go/build.Package.ImportComment (field)

5 uses

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