Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allfields (0.1 sec)

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

    }
    
    // AllFiles returns the names of all the files considered for the package.
    // This is used for sanity and security checks, so we include all files,
    // even IgnoredGoFiles, because some subcommands consider them.
    // The go/build package filtered others out (like foo_wrongGOARCH.s)
    // and that's OK.
    func (p *Package) AllFiles() []string {
    	files := str.StringList(
    		p.GoFiles,
    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