Registry / serialization / go-faster-yaml

go-faster-yaml

JSON →
library0.4.6gogounverified

Package yaml implements YAML support for the Go language, providing encoding and decoding of YAML documents.

go get github.com/go-faster/yaml
INSTALL
IMPORT
SIG · GO-FASTER-YAML
G
go-faster-yaml
serializationgov0.4.6
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/go-faster/yaml

Marshal a map to YAML

package main import ( "fmt" "github.com/go-faster/yaml" ) func main() { data, _ := yaml.Marshal(map[string]string{"hello": "world"}) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
go-faster-yaml — go get go-faster-yaml · libregistry