...

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

Documentation: cmd/go/testdata/mod

     1rsc.io/badfile1 v1.0.0
     2written by hand
     3this is part of the badfile test but is a valid zip file.
     4
     5-- .mod --
     6module rsc.io/badfile1
     7-- .info --
     8{"Version":"v1.0.0"}
     9-- go.mod --
    10module rsc.io/badfile1
    11-- α.go --
    12package α
    13-- .gitignore --
    14-- x/y/z/.gitignore --

View as plain text