Libove Blog

Personal Blog about anything - mostly programming, cooking and random thoughts

# Published: by h4kor

Simple coverage: go test -cover

Per line coverage:

go test -coverprofile=coverage.out
go tool cover -html=coverage.out