...

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

Documentation: cmd/go/testdata/mod

     1-- .mod --
     2module example.com/retract/ambiguous
     3
     4go 1.16
     5-- .info --
     6{"Version":"v1.0.0"}
     7-- nested/nested.go --
     8package nested
     9

View as plain text