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}}

go test -cover