diff --git a/go/types/gcimporter.go b/go/types/gcimporter.go index 2e6f80b8..e8766e84 100644 --- a/go/types/gcimporter.go +++ b/go/types/gcimporter.go @@ -188,7 +188,7 @@ func (p *gcParser) init(filename, id string, src io.Reader, imports map[string]* // check consistency of imports map for _, pkg := range imports { if pkg.name == "" { - fmt.Printf("no package name for %s\n", pkg.Path) + fmt.Printf("no package name for %s\n", pkg.path) } } }