pmuens / learn-go-with-tests

Learning Go with TDD

Home Page:https://github.com/quii/learn-go-with-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Go with Tests

Code written while following quii/learn-go-with-tests.

Useful Commands

go run <name>

go build

go test
go test -v
go test -bench=.
go test -cover
go test -race
go test -run FuncName/RunName

go fmt

go vet

go clean