Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CheckAllowed (0.21 sec)

  1. src/cmd/go/internal/modget/get.go

    		for _, qr := range results {
    			pkgMods = append(pkgMods, qr.Mod)
    		}
    	}
    	if modOnly != nil {
    		mod = modOnly.Mod
    	}
    	return pkgMods, mod, err
    }
    
    // checkAllowedOr is like modload.CheckAllowed, but it always allows the requested
    // and current versions (even if they are retracted or otherwise excluded).
    func (r *resolver) checkAllowedOr(requested string, selected func(string) string) modload.AllowedFunc {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top