Skip to content

Instantly share code, notes, and snippets.

@jbgo
Last active August 2, 2016 23:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jbgo/9c8ed332b22dc8efeb12 to your computer and use it in GitHub Desktop.
Save jbgo/9c8ed332b22dc8efeb12 to your computer and use it in GitHub Desktop.
Go (golang) resources

go language

godep

https://github.com/tools/godep

# install
go get github.com/tools/godep

# save package dependencies
go dep save

# install package dependencies
go dep restore

godoc

http://godoc.org/golang.org/x/tools/cmd/godoc

testing packages

testing blog posts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment