Skip to content

JoelLau/learn-go-with-tests

Repository files navigation

Learn Go with tests

Code written while following along Learn Go with tests

Usage

Run all tests in module

go test -v ./...

Run all tests in workspace (source)

go list -f '{{.Dir}}' -m | xargs go test -v -cover

Run godoc server

# visit localhost:8080 on any browser
godoc -http :8080

About

code and notes written while following quii's Learn Go with tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages