go-test

test Tests Go packages (files have to end with _test.go).…

go test

Tests Go packages (files have to end with _test.go). More information: https://golang.org/cmd/go/#hdr-Testing_flags.

go test

go test -v

go test -v ./...

go test -v -bench .

go test -v -bench . -benchtime {{50s}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← go-run go-tool →