Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InternalXGoFiles (0.14 sec)

  1. src/cmd/go/internal/load/pkg.go

    func (p *Package) InternalGoFiles() []string {
    	return p.mkAbs(str.StringList(p.GoFiles, p.CgoFiles, p.TestGoFiles))
    }
    
    // InternalXGoFiles returns the list of Go files being built for the XTest package,
    // using absolute paths.
    func (p *Package) InternalXGoFiles() []string {
    	return p.mkAbs(p.XTestGoFiles)
    }
    
    // InternalAllGoFiles returns the list of all Go files possibly relevant for the package,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top