软件包: golang-github-ncabatoff-go-seq-dev (0.0~git20180805.b08ef85-4)
golang-github-ncabatoff-go-seq-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-ncabatoff-go-seq:
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-4.dsc]
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85.orig.tar.xz]
- [golang-github-ncabatoff-go-seq_0.0~git20180805.b08ef85-4.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Guillem Jover
外部的资源:
- 主页 [github.com]
相似软件包:
sequence go values to allow sorting them (library)
This package is intended to allow ordering (most) values via reflection, much like go-cmp allows comparing values for equality.
This is helpful when trying to write Less() methods for sorting structures.
Notable unsupported types include the builtin complex type, channels, functions, and maps with non-string keys. Pointers can be ordered if their underlying types can be ordered.
其他与 golang-github-ncabatoff-go-seq-dev 有关的软件包
|
|
|
-
- dep: golang-github-google-go-cmp-dev
- Package for comparing Go values in tests