Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XTestEmbedFiles (0.11 sec)

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

    	XTestImports       []string `json:",omitempty"` // imports from XTestGoFiles
    	XTestEmbedPatterns []string `json:",omitempty"` // //go:embed patterns
    	XTestEmbedFiles    []string `json:",omitempty"` // files matched by XTestEmbedPatterns
    }
    
    // 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,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //	    TestEmbedPatterns  []string // //go:embed patterns in TestGoFiles
    //	    TestEmbedFiles     []string // files matched by TestEmbedPatterns
    //	    XTestEmbedPatterns []string // //go:embed patterns in XTestGoFiles
    //	    XTestEmbedFiles    []string // files matched by XTestEmbedPatterns
    //
    //	    // Cgo directives
    //	    CgoCFLAGS    []string // cgo: flags for C compiler
    //	    CgoCPPFLAGS  []string // cgo: flags for C preprocessor
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top