Skip to content

ianmdawson/go_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_server (playground)

This is/will be a simple go http server playground.

Running the server

go run server.go

Installation

go get github.com/ianmdawson/go_server

Set up go

If you have yet to install go, here are installation instructions

brew install go
mkdir -p $HOME/code/go

# Set GOPATH in your environment
echo 'export GOPATH=$HOME/code/go' >> ~/.zshrc
source ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published