Skip to content

Commit

Permalink
doc.go - include versioned import path (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris authored and gmlewis committed Jan 16, 2019
1 parent 2205ffa commit e740a68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Package github provides a client for using the GitHub API.
Usage:
import "github.com/google/go-github/github"
import "github.com/google/go-github/v21/github" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/google/go-github/github" // with go modules disabled
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

0 comments on commit e740a68

Please # to comment.