...

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

Documentation: cmd/go/testdata/mod

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

View as plain text