Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // directory.
    func (mms *MainModuleSet) ModContainingCWD() module.Version {
    	return mms.modContainingCWD
    }
    
    func (mms *MainModuleSet) HighestReplaced() map[string]string {
    	return mms.highestReplaced
    }
    
    // GoVersion returns the go version set on the single module, in module mode,
    // or the go.work file in workspace mode.
    func (mms *MainModuleSet) GoVersion() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
Back to top