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 (
"encoding/json"
"fmt"
"net/url"
)
type Agreement struct {

View File

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

View File

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