https://github.com/weiwenchen2022/cmp
Package cmp provides functions related to comparing ordered values.
https://github.com/weiwenchen2022/cmp
cmp go golang library
Last synced: 7 months ago
JSON representation
Package cmp provides functions related to comparing ordered values.
- Host: GitHub
- URL: https://github.com/weiwenchen2022/cmp
- Owner: weiwenchen2022
- License: bsd-3-clause
- Created: 2023-07-30T03:15:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T03:18:33.000Z (over 2 years ago)
- Last Synced: 2025-01-17T18:19:36.107Z (about 1 year ago)
- Topics: cmp, go, golang, library
- Language: Go
- Homepage: https://godoc.org/github.com/weiwenchen2022/cmp
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmp
Package cmp provides functions related to comparing ordered values.
## Install
```sh
go get github.com/weiwenchen2022/cmp
```
## Reference
GoDoc: [https://godoc.org/github.com/weiwenchen2022/cmp](https://godoc.org/github.com/weiwenchen2022/cmp)