type go/build.Directive

7 uses

	go/build (current package)
		build.go#L483: 	Directives      []Directive
		build.go#L484: 	TestDirectives  []Directive
		build.go#L485: 	XTestDirectives []Directive
		build.go#L509: type Directive struct {
		build.go#L1007: 		var directives *[]Directive
		build.go#L1436: 	directives []Directive
		read.go#L500: 				info.directives = append(info.directives, Directive{c.Text, info.fset.Position(c.Slash)})