gocr
Optical Character Recognition tool.Recognize characters using its engine, and prompt the user for unknown patterns to store them in a database.
gobuster
Brute-forces hidden paths on web servers and more.
go
Manage Go source code.Some subcommands such as build have their own usage documentation.
build
go-vet
Check Go source code and report suspicious constructs (e.g. lint your Go source files).Go vet returns a non-zero exit code if problems are found; returns a zero exit code if no problems are found.
go-version
Display Go version.
go-tool
Run a Go tool or command.Execute a Go command as a stand-alone binary, typically for debugging.
go-test
Tests Go packages (files have to end with _test.go).
_test.go
go-run
Compile and run Go code without saving a binary.
go-mod
Module maintenance.
go-list
List packages or modules.
go-install
Compile and install packages named by the import paths.
go-get
Add a dependency package, or download packages in legacy GOPATH mode.
go-generate
Generate Go files by running commands within source files.
go-fmt
Format Go source files, printing the changed filenames.
go-fix
Update packages to use new APIs.
go-env
Manage environment variables used by the Go toolchain.
go-doc
View documentation for a package or symbol.
go-clean
Remove object files and cached files.
go-build
Compile Go sources.
go-bug
Report a bug.