Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lineRetractLess (0.12 sec)

  1. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    }
    
    // lineRetractLess returns whether li should be sorted before lj for lines in
    // a "retract" block. It treats each line as a version interval. Single versions
    // are compared as if they were intervals with the same low and high version.
    // Intervals are sorted in descending order, first by low version, then by
    // high version, using semver.Compare.
    func lineRetractLess(li, lj *Line) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
Back to top