[ 原始碼: golang-github-fatih-structs ]
套件:golang-github-fatih-structs-dev(1.0.0-1.1)
golang-github-fatih-structs-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-fatih-structs:
- [golang-github-fatih-structs_1.0.0-1.1.dsc]
- [golang-github-fatih-structs_1.0.0.orig.tar.gz]
- [golang-github-fatih-structs_1.0.0-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-creasty-defaults-dev
- golang-github-vmihailenco-msgpack.v5-dev
- golang-github-bep-tmc-dev
- golang-github-audriusbutkevicius-recli-dev
- golang-github-jmoiron-sqlx-dev
- golang-github-caarlos0-env-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-muka-go-bluetooth-dev
- go-bluetooth
- golang-github-maraino-go-mock-dev
- golang-github-alangpierce-go-forceexport-dev
Utilities for Go structs
Structs contains various utilities to work with Go (Golang) structs. It was initially used to convert a struct into a map[string]interface{}. With time we've added other utilities for structs. It's basically a high level package based on primitives from the reflect package.