[ 源代码: golang-github-cnf-structhash ]
软件包:golang-github-cnf-structhash-dev(0.0~git20201127.e1b16c1-1)
golang-github-cnf-structhash-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-cnf-structhash:
- [golang-github-cnf-structhash_0.0~git20201127.e1b16c1-1.dsc]
- [golang-github-cnf-structhash_0.0~git20201127.e1b16c1.orig.tar.xz]
- [golang-github-cnf-structhash_0.0~git20201127.e1b16c1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-valyala-fastjson-dev
- golang-github-kisielk-sqlstruct-dev
- golang-gopkg-pg.v5-dev
- golang-github-ghodss-yaml-dev
- golang-github-invopop-yaml-dev
- golang-github-tendermint-go-wire-dev
- golang-github-ryanuber-go-glob-dev
- golang-github-google-go-cmp-dev
- golang-github-r3labs-diff-dev
- msmtp-dbgsym
- msort
get hash strings of arbitrary data structures
structhash is a Go library for generating hash strings of arbitrary data structures. Features
- fields may be ignored or renamed (like in json.Marshal, but using different struct tag) - fields may be serialized - fields may be versioned - fields order in struct doesn't matter (unlike json.Marshal) - nil values are treated equally to zero valuesInstallation