github.com/sc0rp1us/gb@v0.4.1-0.20160319180011-4ba8cf1baa5a/testdata/src/b/b.go (about) 1 package main 2 3 import "a" 4 5 func main() { 6 println(a.A) 7 }