go test

Tests Go packages (files have to end with _test.go). More information: https://pkg.go.dev/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