1all: 2 3fmt: 4 go fmt ./ 5 6test: 7 go test -race -coverprofile=coverage.txt -covermode=atomic ./tea ./utils 8 go tool cover -html=coverage.txt -o coverage.html
View as plain text