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 kit : Go is a great general-purpose language, but microservices require a certain amount of specialized support. RPC safety, system observability, infrastru...
Flyte : Flyte is an open-source, container-native, structured programming and distributed processing platform implemented in Golang. It enables highly concurr...
testify : Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.
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.