go/build.Package.ImportComment (field)
5 uses
go/build (current package)
build.go#L440: ImportComment string // path in import comment on package statement
build.go#L979: } else if p.ImportComment == "" {
build.go#L980: p.ImportComment = com
build.go#L982: } else if p.ImportComment != com {
build.go#L983: badGoFile(name, fmt.Errorf("found import comments %q (%s) and %q (%s) in %s", p.ImportComment, firstCommentFile, com, name, p.Dir))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)