Tagged in

Golang

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…


Quick Go Setup Guide on Mac OS X

The setup instructions below assume you are installing the Go 1.16.2. For other versions make sure to update the distribution link and hash information for the version you are trying to install (you can get it from the official download page https://golang.org/dl/ ).