Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for XTestGoFiles (0.45 sec)

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

    	TestEmbedFiles     []string `json:",omitempty"` // files matched by TestEmbedPatterns
    	XTestGoFiles       []string `json:",omitempty"` // _test.go files outside package
    	XTestImports       []string `json:",omitempty"` // imports from XTestGoFiles
    	XTestEmbedPatterns []string `json:",omitempty"` // //go:embed patterns
    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

    //	    DefaultGODEBUG string  // default GODEBUG setting, for main packages
    //
    //	    // Source files
    //	    GoFiles           []string   // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles)
    //	    CgoFiles          []string   // .go source files that import "C"
    //	    CompiledGoFiles   []string   // .go files presented to compiler (when using -compiled)
    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