Tagged in

Standards

golang-learn
golang-learn
All Things Go
More information
Followers
759
Elsewhere
More, on Medium

Go Project Layout

You went through the ‘Tour of Go’, played with https://play.golang.org/ and you feel you are ready to write some code. Great! However, you are not sure how to structure your projects. Can you put your code anywhere you want? Is there a standard way to organize your code? What if you need to have…