summaryrefslogtreecommitdiff
path: root/lib/containers/ordered.go
AgeCommit message (Collapse)Author
2023-03-17tree-wide: Ensure that all existing method doc comments follow the expected ↵Luke Shumaker
format
2023-02-05containers: Ordered: Add doc comments.Luke Shumaker
2023-02-05containers: s/Cmp/Compare/ to match the standard libraryLuke Shumaker
Go 1.18 added net/netip.Addr.Compare, and Go 1.20 added time.Time.Compare.
2022-12-20containers.Set: Don't use constraints.OrderedLuke Shumaker
2022-07-13Misc tidy upLuke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this.