{"id":71974,"library":"google-go-github-v26","title":"Go GitHub Client","description":"Go client library for accessing the GitHub API.","status":"active","version":"26.1.3","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/v26","lang":"bash","label":"Install github.com/google/go-github/v26"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v26"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v26/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's profile using the API client."},"warnings":[{"fix":"Update to the latest major version: go get github.com/google/go-github/v53","message":"Version 26 is outdated; consider using v53 or later for latest features.","severity":"breaking","affected_versions":"26.x"}],"env_vars":null,"search_vec":"'access':8 'api':11,13 'client':3,5,14 'github':2,10,12 'go':1,4 'librari':6 'v3':15","created_at":"2026-06-17T18:33:35.131587+00:00","updated_at":"2026-06-17T18:33:35.131587+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/v26#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","cloud"],"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}}