github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/testdata/import6.ng (about) 1 // Test imports containing '.' 2 import "neugram.io/ng/frame" 3 4 f := frame.Frame(nil) 5 6 if f == nil { 7 print("OK") 8 }