github.com/seh/gb@v0.4.4-0.20160724065125-065d2b2b1ba1/testdata/src/b/b.go (about) 1 package main 2 3 import "a" 4 5 func main() { 6 println(a.A) 7 }