Update main.go after running goimports.

The paypalsdk import didn't work and had a redundant rename.
This commit is contained in:
Micah Lapping-Carr 2016-08-18 09:57:03 -07:00
parent 975b15beb3
commit dae510dbf4

View File

@ -1,10 +1,10 @@
package main
import (
paypalsdk "PayPal-Go-SDK"
"fmt"
"strconv"
"fmt"
"github.com/logpacker/PayPal-Go-SDK"
)
func main() {