github.com/yukk001/go1.10.8@v0.0.0-20190813125351-6df2d3982e20/src/go/build/testdata/other/main.go (about) 1 // Test data - not compiled. 2 3 package main 4 5 import ( 6 "./file" 7 ) 8 9 func main() { 10 file.F() 11 }