Skip to content

Commit

Permalink
Example for go modules in Readme (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
roopakv authored Aug 27, 2019
1 parent dc6329e commit 32920d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ It is possible that some endpoints are missing in this SDK Client, but you can u
```go
import "github.com/plutov/paypal"

// If using Go Modules
// import "github.com/plutov/paypal/v3"

// Create a client instance
c, err := paypal.NewClient("clientID", "secretID", paypal.APIBaseSandBox)
c.SetLog(os.Stdout) // Set log to terminal stdout
Expand Down

0 comments on commit 32920d6

Please sign in to comment.