{"id":68756,"library":"google-go-github-v61","title":"Google Go GitHub v61","description":"A Go client library for accessing the GitHub API v3.","status":"active","version":"61.0.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-github","tags":["github","api","client","v3","git"],"install":[{"cmd":"go get github.com/google/go-github/v61","lang":"bash","label":"Install github.com/google/go-github/v61"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v61/github"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v61/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":"Create a GitHub client and fetch a user's information."},"warnings":[],"env_vars":null,"search_vec":"'access':10 'api':13,16 'client':7,17 'git':19 'github':3,12,15 'go':2,6 'googl':1 'librari':8 'v3':14,18 'v61':4","created_at":"2026-06-17T17:53:36.441124+00:00","updated_at":"2026-06-17T17:53:36.441124+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/v61#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-17","next_check":"2026-12-14","install_tag":null}}