Registry / serialization / go-faster-yamlx

go-faster-yamlx

JSON →
library0.4.6gogounverified

Package yaml implements YAML support for the Go language.

go get github.com/go-faster/yamlx
INSTALL
IMPORT
SIG · GO-FASTER-YAMLX
G
go-faster-yamlx
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.

yamlx
github.com/go-faster/yamlx

Marshals a map to YAML.

package main import ( "fmt" "github.com/go-faster/yamlx" ) func main() { data := map[string]string{"key": "value"} out, _ := yamlx.Marshal(data) fmt.Println(string(out)) }
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
10 hits · last 30 days
node
10
Resources
go-faster-yamlx — go get go-faster-yamlx · libregistry