{"id":66357,"library":"gf-third-yaml","title":"YAML Support for Go","description":"Package yaml implements YAML support for the Go language.","status":"active","version":"2.1.0+incompatible","language":"go","source_language":null,"source_url":"https://github.com/gf-third/yaml","tags":["yaml","serialization","configuration"],"install":[{"cmd":"go get github.com/gf-third/yaml","lang":"bash","label":"Install github.com/gf-third/yaml"}],"dependencies":[],"imports":[{"symbol":"yaml","correct":"github.com/gf-third/yaml"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gf-third/yaml\"\n)\n\nfunc main() {\n\tdata := map[string]string{\"key\": \"value\"}\n\tout, _ := yaml.Marshal(data)\n\tfmt.Println(string(out))\n}","lang":"go","description":"Marshal a map to YAML"},"warnings":[],"env_vars":null,"search_vec":"'configur':16 'go':4,12 'implement':7 'languag':13 'packag':5 'serial':15 'support':2,9 'yaml':1,6,8,14","created_at":"2026-06-17T17:22:47.322517+00:00","updated_at":"2026-06-17T17:22:47.322517+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gf-third/yaml","github":"https://github.com/gf-third/yaml","docs":"https://pkg.go.dev/github.com/gf-third/yaml#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}