{"id":67898,"library":"orderedmap","title":"OrderedMap","description":"An ordered map implementation for Go that preserves insertion order.","status":"active","version":"0.1.0","language":"go","source_language":null,"source_url":"https://github.com/gomodules/orderedmap","tags":["ordered-map","map","data-structure"],"install":[{"cmd":"go get gomodules.xyz/orderedmap","lang":"bash","label":"Install gomodules.xyz/orderedmap"}],"dependencies":[],"imports":[{"symbol":"orderedmap","correct":"gomodules.xyz/orderedmap"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"gomodules.xyz/orderedmap\"\n)\n\nfunc main() {\n\tom := orderedmap.New()\n\tom.Set(\"key1\", \"value1\")\n\tom.Set(\"key2\", \"value2\")\n\tfor _, key := range om.Keys() {\n\t\tval, _ := om.Get(key)\n\t\tfmt.Println(key, val)\n\t}\n}","lang":"go","description":"Create and iterate an ordered map"},"warnings":[],"env_vars":null,"search_vec":"'data':17 'data-structur':16 'go':7 'implement':5 'insert':10 'map':4,14,15 'order':3,11,13 'ordered-map':12 'orderedmap':1 'preserv':9 'structur':18","created_at":"2026-06-17T17:43:07.800291+00:00","updated_at":"2026-06-17T17:43:07.800291+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/gomodules/orderedmap","github":"https://github.com/gomodules/orderedmap","docs":"https://pkg.go.dev/gomodules.xyz/orderedmap#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}