{"id":51804,"library":"google-go-github-v50","title":"Go GitHub v50","description":"A Go client library for accessing the GitHub API v3, version 50.","status":"active","version":"50.2.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-github","tags":["github","api","client","v50","google"],"install":[{"cmd":"go get github.com/google/go-github/v50","lang":"bash","label":"Install github.com/google/go-github/v50"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v50"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v50/github\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, err := client.Users.Get(context.TODO(), \"octocat\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(user.GetLogin())\n}","lang":"go","description":"Fetch a GitHub user's information."},"warnings":[{"fix":"Use import path github.com/google/go-github/v50 instead of github.com/google/go-github.","message":"Version 50 uses Go modules with major version suffix; import path must include /v50.","severity":"breaking","affected_versions":">=50.0.0"}],"env_vars":null,"search_vec":"'50':15 'access':9 'api':12,17 'client':6,18 'github':2,11,16 'go':1,5 'googl':20 'librari':7 'v3':13 'v50':3,19 'version':14","created_at":"2026-06-15T06:30:32.844377+00:00","updated_at":"2026-06-15T06:30:32.844377+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/v50#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","utility"],"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}}