{"id":76627,"library":"brotherlogic-godiscogs","title":"GoDiscogs","description":"A Go client library for interacting with the Discogs API to search and retrieve music catalog data.","status":"active","version":"0.0.0-20240116051314-7d3de02a07c4","language":"go","source_language":null,"source_url":"https://github.com/brotherlogic/godiscogs","tags":["discogs","api","music","client"],"install":[{"cmd":"go get github.com/brotherlogic/godiscogs","lang":"bash","label":"Install github.com/brotherlogic/godiscogs"}],"dependencies":[],"imports":[{"symbol":"godiscogs","correct":"github.com/brotherlogic/godiscogs"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/brotherlogic/godiscogs\"\n)\n\nfunc main() {\n\tclient := godiscogs.NewClient(nil)\n\tresults, err := client.Search(\"Nirvana\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(results)\n}","lang":"go","description":"Shows how to create a Discogs client and perform a search."},"warnings":[],"env_vars":null,"search_vec":"'api':11,20 'catalog':17 'client':4,22 'data':18 'discog':10,19 'go':3 'godiscog':1 'interact':7 'librari':5 'music':16,21 'retriev':15 'search':13","created_at":"2026-06-17T19:34:29.665005+00:00","updated_at":"2026-06-17T19:34:29.665005+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/brotherlogic/godiscogs","github":"https://github.com/brotherlogic/godiscogs","docs":"https://pkg.go.dev/github.com/brotherlogic/godiscogs#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"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}}