Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchPackages (0.29 sec)

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

    		// the specific packages selected by the user-specified pattern(s).
    		match = make([]func(*Package) bool, len(cfg.BuildCoverPkg))
    		for i := range cfg.BuildCoverPkg {
    			match[i] = MatchPackage(cfg.BuildCoverPkg[i], base.Cwd())
    		}
    	} else {
    		// Without -coverpkg, instrument only packages in the main module
    		// (if any), as well as packages/files specifically named on the
    		// command line.
    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