Registry / serialization / gf-third-yaml

gf-third-yaml

JSON →
library2.1.0+incompatiblegogounverified

Package yaml implements YAML support for the Go language.

go get github.com/gf-third/yaml
INSTALL
IMPORT
SIG · GF-THIRD-YAML
G
gf-third-yaml
serializationgov2.1.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

yaml
github.com/gf-third/yaml

Marshal a map to YAML

package main import ( "fmt" "github.com/gf-third/yaml" ) func main() { data := map[string]string{"key": "value"} out, _ := yaml.Marshal(data) fmt.Println(string(out)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gf-third-yaml — go get gf-third-yaml · libregistry