forked from go-packages/paypal
gofmt
This commit is contained in:
parent
deda5496ff
commit
2771e6788b
4
types.go
4
types.go
|
@ -2,9 +2,9 @@ package paypalsdk
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
"time"
|
||||
"io"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -83,7 +83,7 @@ type (
|
|||
ClientID string
|
||||
Secret string
|
||||
APIBase string
|
||||
Log io.Writer // If user set log file name all requests will be logged there
|
||||
Log io.Writer // If user set log file name all requests will be logged there
|
||||
Token *TokenResponse
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user