[ ソース: 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-in-toto-attestation-dev
- golang-github-creack-goselect-dev
- golang-github-vividcortex-gohistogram-dev
- golang-github-bep-tmc-dev
- golang-github-arceliar-phony-dev
- golang-github-jmoiron-sqlx-dev
- golang-github-caarlos0-env-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-muesli-toktok-dev
- scep
- golang-github-maraino-go-mock-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.