Text file src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.0.txt
1 rsc.io/badsum@v1.0.0 2 3 This module would match the hard-coded hash for rsc.io/badsum v1.0.0 4 in modfetch/notary.go if not for the "break hash" line. 5 6 -- .mod -- 7 module "rsc.io/badsum" 8 -- .info -- 9 {"Version":"v1.0.0","Time":"2018-02-14T00:45:20Z"} 10 -- go.mod -- 11 module "rsc.io/badsum" 12 -- badsum.go -- 13 package badsum 14 // break hash 15