...

Text file src/cmd/go/testdata/mod/example.com_dotname_v1.0.0.txt

Documentation: cmd/go/testdata/mod

     1-- .info --
     2{"Version":"v1.0.0"}
     3-- .mod --
     4module example.com/dotname
     5
     6go 1.16
     7-- go.mod --
     8module example.com/dotname
     9
    10go 1.16
    11-- .dot/dot.go --
    12package dot

View as plain text