forked from go-packages/paypal
Update main.go after running goimports.
The paypalsdk import didn't work and had a redundant rename.
This commit is contained in:
parent
975b15beb3
commit
dae510dbf4
|
@ -1,10 +1,10 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
paypalsdk "PayPal-Go-SDK"
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"fmt"
|
||||
"github.com/logpacker/PayPal-Go-SDK"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user