github.com/kdevb0x/go@v0.0.0-20180115030120-39687051e9e7/misc/cgo/testshared/src/explicit/explicit.go (about) 1 package explicit 2 3 import ( 4 "implicit" 5 ) 6 7 func E() int { 8 return implicit.I() 9 }