File Manager

Path: /opt/golang/1.22.0/src/cmd/go/testdata/mod/

Viewing File: example.com_retract_ambiguous_other_v1.0.0.txt

-- .mod --
module example.com/retract/ambiguous/other

go 1.16

require example.com/retract/ambiguous v1.0.0
-- .info --
{"Version":"v1.0.0"}
-- other.go --
package other

import _ "example.com/retract/ambiguous/nested"