go/build.Context.OpenFile (field)

3 uses

	go/build (current package)
		build.go#L112: 	OpenFile func(path string) (io.ReadCloser, error)
		build.go#L200: 	if fn := ctxt.OpenFile; fn != nil {
		build.go#L1081: 		ctxt.JoinPath != nil || ctxt.SplitPathList != nil || ctxt.IsAbsPath != nil || ctxt.IsDir != nil || ctxt.HasSubdir != nil || ctxt.ReadDir != nil || ctxt.OpenFile != nil || !equal(ctxt.ToolTags, defaultToolTags) || !equal(ctxt.ReleaseTags, defaultReleaseTags) {