Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ go run tools/gen-release-notes/main.go --tag v82.0.0
## Usage ##

```go
import "github.com/google/go-github/v82/github" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/google/go-github/github" // with go modules disabled
import "github.com/google/go-github/v82/github"
```

Construct a new GitHub client, then use the various services on the client to
Expand Down
3 changes: 1 addition & 2 deletions github/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Package github provides a client for using the GitHub API.

Usage:

import "github.com/google/go-github/v82/github" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/google/go-github/github" // with go modules disabled
import "github.com/google/go-github/v82/github"

Construct a new GitHub client, then use the various services on the client to
access different parts of the GitHub API. For example:
Expand Down
Loading