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