...

Text file src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.0.txt

Documentation: cmd/go/testdata/mod

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

View as plain text