This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go
mirror of
https://github.com/golang/go.git
Watch
1
Star
0
Fork
You've already forked go
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd96ded6c8
go
/
misc
/
cgo
/
testshared
/
testdata
/
explicit
/
explicit.go
10 lines
91 B
Go
Raw
Blame
History
package
explicit
import
(
"testshared/implicit"
)
func
E
(
)
int
{
return
implicit
.
I
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink