Example for go modules in Readme (#111)

This commit is contained in:
Roopak Venkatakrishnan 2019-08-27 09:09:46 -07:00 committed by GitHub
parent dc6329e927
commit 32920d672b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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