Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allClosesOverTests (0.17 sec)

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

    type loader struct {
    	loaderParams
    
    	// allClosesOverTests indicates whether the "all" pattern includes
    	// dependencies of tests outside the main module (as in Go 1.11–1.15).
    	// (Otherwise — as in Go 1.16+ — the "all" pattern includes only the packages
    	// transitively *imported by* the packages and tests in the main module.)
    	allClosesOverTests bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top