Registry / serialization / beego-goyaml2

beego-goyaml2

JSON →
library0.0.0-20130207012346-5545475820ddgogounverified

Provides YAML parsing support for the Beego web framework.

go get github.com/beego/goyaml2
INSTALL
IMPORT
SIG · BEEGO-GOYAML2
B
beego-goyaml2
serializationgov0.0.0-20130207012346-5545475820dd
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.

goyaml2
github.com/beego/goyaml2

Decodes YAML data using goyaml2.

package main import ( "fmt" "github.com/beego/goyaml2" ) func main() { data := []byte("key: value") out, _ := goyaml2.Decode(data) fmt.Println(out) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130207012346-5545475820ddlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
beego-goyaml2 — go get beego-goyaml2 · libregistry