Registry / http-client / google-go-github-v37

google-go-github-v37

JSON →
library37.0.0gogounverified

Package go-github provides a Go client for the GitHub API.

go get github.com/google/go-github/v37
INSTALL
IMPORT
SIG · GOOGLE-GO-GITHUB-V
G
google-go-github-v37
http-clientgov37.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github
github.com/google/go-github/v37

Fetches a GitHub user's information using the API client.

package main import ( "context" "fmt" "github.com/google/go-github/v37/github" ) func main() { client := github.NewClient(nil) user, _, _ := client.Users.Get(context.Background(), "octocat") fmt.Println(*user.Login) }
Debug
Known issues
breakingVersion 37 is outdated; the latest major version is v68.
fix
Update to the latest version: github.com/google/go-github/v68.
affects: 37.*
Upgrade
Version history
37.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
google-go-github-v37 — go get google-go-github-v37 · libregistry