...

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

Documentation: cmd/go/testdata/mod

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

View as plain text