Go Memento Code Coverage Download go get golang.org/x/tools/cmd/cover Running tests go test -v -coverprofile cover.out ./... ./... Getting code coverage in HTML go tool cover -html="cover.out" -o cover.html