{"id":52774,"library":"google-go-github-v57","title":"Go GitHub v57","description":"Go library for accessing the GitHub REST API v3.","status":"active","version":"57.0.0","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/v57","lang":"bash","label":"Install github.com/google/go-github/v57"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v57/github"}],"quickstart":{"code":"package main\n\nimport (\n    \"context\"\n    \"fmt\"\n    \"github.com/google/go-github/v57/github\"\n)\n\nfunc main() {\n    client := github.NewClient(nil)\n    user, _, _ := client.Users.Get(context.Background(), \"octocat\")\n    fmt.Println(*user.Login)\n}","lang":"go","description":"Fetch a GitHub user"},"warnings":[{"fix":"Update import path to match desired major version (e.g., v57, v56, etc.)","message":"Major version in import path changes with each major release","severity":"breaking","affected_versions":">=57.0.0"}],"env_vars":null,"search_vec":"'access':7 'api':11,14 'client':15 'github':2,9,13 'go':1,4 'librari':5 'rest':10 'v3':12,16 'v57':3","created_at":"2026-06-15T07:11:14.354370+00:00","updated_at":"2026-06-15T07:11:14.354370+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/v57#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}}