Black Lives Matter. Support the Equal Justice Initiative.

Text file src/cmd/go/testdata/script/cover_mod_empty.txt

Documentation: cmd/go/testdata/script

     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  

View as plain text