Generating golang coverage report go test -cover -coverprofile=c.out go tool cover -html=c.out Run individual Test go test packageName -run TestName