go/build.Package.ImportComment (field)

5 uses

	go/build (current package)
		build.go#L412: 	ImportComment string   // path in import comment on package statement
		build.go#L926: 				} else if p.ImportComment == "" {
		build.go#L927: 					p.ImportComment = com
		build.go#L929: 				} else if p.ImportComment != com {
		build.go#L930: 					badFile(name, fmt.Errorf("found import comments %q (%s) and %q (%s) in %s", p.ImportComment, firstCommentFile, com, name, p.Dir))