[ 原始碼: golang-github-ghodss-yaml ]
套件:golang-github-ghodss-yaml-dev(1.0.0+git20220118.d8423dc-2)
golang-github-ghodss-yaml-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-ghodss-yaml:
- [golang-github-ghodss-yaml_1.0.0+git20220118.d8423dc-2.dsc]
- [golang-github-ghodss-yaml_1.0.0+git20220118.d8423dc.orig.tar.xz]
- [golang-github-ghodss-yaml_1.0.0+git20220118.d8423dc-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
better way to marshal and unmarshal YAML in Golang
This package is a wrapper around go-yaml designed to enable a better way of handling YAML when marshaling to and from structs.
In short, this library first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml.
其他與 golang-github-ghodss-yaml-dev 有關的套件
|
|
|
|
-
- dep: golang-gopkg-yaml.v2-dev (>= 2.2.2)
- YAML support for the Go language