testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
web.go : web.go is the simplest way to write web applications in the Go programming language. It's ideal for writing simple, performant backend web services.
Go by Example : Go by Example is a hands-on introduction to Go using annotated example programs.
tox : Command line driven CI frontend and development task automation tool
At its core tox povides a convenient way to run arbitrary commands in isolated en...
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.