From dae510dbf4a96e4b06546743507553888a224650 Mon Sep 17 00:00:00 2001 From: Micah Lapping-Carr Date: Thu, 18 Aug 2016 09:57:03 -0700 Subject: [PATCH] Update main.go after running goimports. The paypalsdk import didn't work and had a redundant rename. --- examples/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/main.go b/examples/main.go index da31d1c..58ac975 100644 --- a/examples/main.go +++ b/examples/main.go @@ -1,10 +1,10 @@ package main import ( - paypalsdk "PayPal-Go-SDK" + "fmt" "strconv" - "fmt" + "github.com/logpacker/PayPal-Go-SDK" ) func main() {