Sign in
go
/
gofrontend
/
33f65dce43bd01c1fa38cd90a78c9aea6ca6dd59
/
.
/
libgo
/
go
/
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"