learn-go-with-tests

Go Commands

Execute Go file

go main.go

Execute Go test

go test

Execute Go benchmark test

go test -bench=.
go test -bench="."

Serve Go documentation

godoc -http :8000