Remove net/url from includes where it's not required...whoops

This commit is contained in:
Steven Polley 2018-06-22 18:48:54 -06:00
parent 4eaca267d9
commit ed6df77eb5
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ package connectwise
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/url"
) )
type Agreement struct { type Agreement struct {

View File

@ -3,7 +3,6 @@ package connectwise
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/url"
"time" "time"
) )

View File

@ -4,7 +4,6 @@ import (
"bytes" "bytes"
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/url"
) )
type Callback struct { type Callback struct {