{"id":53954,"library":"google-go-github-v58","title":"Go GitHub API Client v58","description":"A Go client library for accessing the GitHub REST API v3.","status":"active","version":"58.0.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-github","tags":["github","api","client","rest"],"install":[{"cmd":"go get github.com/google/go-github/v58","lang":"bash","label":"Install github.com/google/go-github/v58"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v58"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v58/github\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, err := client.Users.Get(context.Background(), \"octocat\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(*user.Login)\n}","lang":"go","description":"Fetch a GitHub user by username"},"warnings":[{"fix":"Review the changelog at https://github.com/google/go-github/releases for breaking changes.","message":"Major version v58 may have breaking changes from v57; check migration guide.","severity":"breaking","affected_versions":">=58.0.0 <59.0.0"}],"env_vars":null,"search_vec":"'access':11 'api':3,15,18 'client':4,8,19 'github':2,13,17 'go':1,7 'librari':9 'rest':14,20 'v3':16 'v58':5","created_at":"2026-06-15T08:04:29.839706+00:00","updated_at":"2026-06-15T08:04:29.839706+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/google/go-github","github":"https://github.com/google/go-github","docs":"https://pkg.go.dev/github.com/google/go-github/v58#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-15","next_check":"2026-12-12","install_tag":null}}