Text file src/cmd/go/testdata/script/cover_mod_empty.txt
1 go tool cover -func=cover.out 2 stdout total.*statements.*0.0% 3 4 go mod init golang.org/issue/33855 5 6 go tool cover -func=cover.out 7 stdout total.*statements.*0.0% 8 9 -- cover.out -- 10