...

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

Documentation: cmd/go/testdata/mod

     1rsc.io/badfile5 v1.0.0
     2written by hand
     3
     4-- .mod --
     5module rsc.io/badfile5
     6-- .info --
     7{"Version":"v1.0.0"}
     8-- go.mod --
     9module rsc.io/badfile5
    10-- x/y/z/w.go --
    11package z
    12-- x/Y/zz/ww.go --
    13package zz

View as plain text