{"id":52482,"library":"google-go-github-v55","title":"Go GitHub v55","description":"A Go client library for accessing the GitHub API v3.","status":"active","version":"55.0.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-github","tags":["github","api","client","v3"],"install":[{"cmd":"go get github.com/google/go-github/v55","lang":"bash","label":"Install github.com/google/go-github/v55"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v55/github"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v55/github\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, _ := client.Users.Get(context.Background(), \"octocat\")\n\tfmt.Println(*user.Login)\n}","lang":"go","description":"Fetch a GitHub user by username."},"warnings":[{"fix":"Check the release notes for migration steps.","message":"Major version v55 may have breaking changes from v54.","severity":"breaking","affected_versions":">=55.0.0"}],"env_vars":null,"search_vec":"'access':9 'api':12,15 'client':6,16 'github':2,11,14 'go':1,5 'librari':7 'v3':13,17 'v55':3","created_at":"2026-06-15T06:56:06.394583+00:00","updated_at":"2026-06-15T06:56:06.394583+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/v55#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}}