Sign in
go
/
go
/
59bfc18e3441d9cd0b1b2f302935403bbf52ac8b
/
.
/
src
/
cmd
/
go
/
testdata
/
mod
/
example.com_retract_ambiguous_other_v1.0.0.txt
blob: 5ee01391a2423eff055d8aae097cb5d03c93f115 [
file
] [
log
] [
blame
]
-- .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"