removed unneeded "errors" import

This commit is contained in:
Guo Huang 2016-08-05 21:34:04 -07:00
parent ab96b318e2
commit bef5c74da7
4 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ package {{packageName}}
{{#operations}}
import (
"errors"
"net/url"
{{#imports}} "{{import}}"
{{/imports}}

View File

@ -23,7 +23,6 @@
package petstore
import (
"errors"
"net/url"
"os"
"io/ioutil"

View File

@ -23,7 +23,6 @@
package petstore
import (
"errors"
"net/url"
"encoding/json"
"fmt"

View File

@ -23,7 +23,6 @@
package petstore
import (
"errors"
"net/url"
"encoding/json"
"fmt"