{"id":52690,"library":"google-go-github-v38","title":"Go GitHub v38","description":"A Go client library for accessing the GitHub API v3.","status":"active","version":"38.1.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-github","tags":["github","api","client","v3","rest"],"install":[{"cmd":"go get github.com/google/go-github/v38","lang":"bash","label":"Install github.com/google/go-github/v38"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v38"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"github.com/google/go-github/v38/github\"\n\t\"log\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, err := client.Users.Get(context.Background(), \"octocat\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tlog.Printf(\"User: %s\\n\", user.GetLogin())\n}","lang":"go","description":"Fetch a GitHub user's profile using the public API."},"warnings":[{"fix":"Use the latest version (e.g., v70) by updating the import path to github.com/google/go-github/v70.","message":"Version v38 is outdated; consider upgrading to the latest major version for new features and fixes.","severity":"gotcha","affected_versions":"38.1.0"}],"env_vars":null,"search_vec":"'access':9 'api':12,15 'client':6,16 'github':2,11,14 'go':1,5 'librari':7 'rest':18 'v3':13,17 'v38':3","created_at":"2026-06-15T07:07:28.696748+00:00","updated_at":"2026-06-15T07:07:28.696748+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/v38#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}}