Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsRevisionQuery (0.43 sec)

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

    	// (first result). It's possible this module won't provide packages named by
    	// later arguments, and other modules would. Let's not try to be too
    	// magical though.
    	allowed := modload.CheckAllowed
    	if modload.IsRevisionQuery(firstPath, version) {
    		// Don't check for retractions if a specific revision is requested.
    		allowed = nil
    	}
    	noneSelected := func(path string) (version string) { return "none" }
    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