go-tester.nvim

Go tester is a way to avoid the context switching in running a test suite in your golang project. Commands Commands Description GoTestFileOnSave Test current buffer on save. GoTestPackageOnSave Test …

nvim-go

nvim-go: A minimal implementation of Golang development plugin written in Lua for Neovim. Features Auto format with :GoFormat (via goimports, gofmt, and gofumpt) when saving. Run linters with :GoLint (via revive) automatically. Quickly test with :GoTest, :GoTestFunc, :GoTestFile and :GoTestAll. Import packages with :GoGet and :GoImport. …

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.

go benchstat

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

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, …

goweight

goweight: A tool to analyze and troubleshoot a Go binary size. For more, see this blog post ✅ Get a breakdown of all modules inside a binary✅ Supports Go 1.11 modules✅ Output as JSON …

roumon

roumon: A goroutine monitor to keep track of active routines from within your favorite shell. Features Track live state of all active goroutines Terminal user interface written with termui 🤓 Simple to integrate pprof …