From ed6df77eb54812f01399b36bebefe7aa8702f1e6 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 22 Jun 2018 18:48:54 -0600 Subject: [PATCH] Remove net/url from includes where it's not required...whoops --- 3.0/connectwise/finance.go | 1 - 3.0/connectwise/service.go | 1 - 3.0/connectwise/system.go | 1 - 3 files changed, 3 deletions(-) diff --git a/3.0/connectwise/finance.go b/3.0/connectwise/finance.go index fd0c563..a55203d 100644 --- a/3.0/connectwise/finance.go +++ b/3.0/connectwise/finance.go @@ -3,7 +3,6 @@ package connectwise import ( "encoding/json" "fmt" - "net/url" ) type Agreement struct { diff --git a/3.0/connectwise/service.go b/3.0/connectwise/service.go index c61758f..3ac9e76 100644 --- a/3.0/connectwise/service.go +++ b/3.0/connectwise/service.go @@ -3,7 +3,6 @@ package connectwise import ( "encoding/json" "fmt" - "net/url" "time" ) diff --git a/3.0/connectwise/system.go b/3.0/connectwise/system.go index 8b773de..f985005 100644 --- a/3.0/connectwise/system.go +++ b/3.0/connectwise/system.go @@ -4,7 +4,6 @@ import ( "bytes" "encoding/json" "fmt" - "net/url" ) type Callback struct {