gomock
gomock is a mocking framework for the Go programming language. It integrates well with Go’s built-in testingpackage, but can be used in other contexts too.
lazydocker: A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. Cool features everything is one keypress away (or one click away! Mouse support FTW): viewing …
Benchstat computes and compares statistics about benchmarks. Usage: Each input file should contain the concatenated output of a number of runs of “go test -bench.” For each different benchmark listed …
God (go-daemons) is a tool to deploy and manage daemons in the Go ecosystem on GNU/Linux machines using systemd. God installs your go binary in the remote machine (server) using go install, …