{"id":51982,"library":"google-go-github-v28","title":"Go GitHub v28","description":"Go library for accessing the GitHub API v3, providing methods for repositories, issues, and more.","status":"active","version":"28.1.1","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/v28","lang":"bash","label":"Install github.com/google/go-github/v28"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v28"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v28/github\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, _ := client.Users.Get(context.Background(), \"octocat\")\n\tfmt.Println(user.GetLogin())\n}","lang":"go","description":"Fetch a GitHub user"},"warnings":[{"fix":"Update to github.com/google/go-github/v32 or later.","message":"Version v28 is outdated; consider using newer major versions (v32+) for latest API features.","severity":"gotcha","affected_versions":"28.x"}],"env_vars":null,"search_vec":"'access':7 'api':10,20 'client':21 'github':2,9,19 'go':1,4 'issu':16 'librari':5 'method':13 'provid':12 'repositori':15 'v28':3 'v3':11,22","created_at":"2026-06-15T06:37:09.793197+00:00","updated_at":"2026-06-15T06:37:09.793197+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/v28#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}}