mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
removed unneeded "errors" import
This commit is contained in:
parent
ab96b318e2
commit
bef5c74da7
@ -3,7 +3,6 @@ package {{packageName}}
|
||||
|
||||
{{#operations}}
|
||||
import (
|
||||
"errors"
|
||||
"net/url"
|
||||
{{#imports}} "{{import}}"
|
||||
{{/imports}}
|
||||
|
@ -23,7 +23,6 @@
|
||||
package petstore
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net/url"
|
||||
"os"
|
||||
"io/ioutil"
|
||||
|
@ -23,7 +23,6 @@
|
||||
package petstore
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net/url"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
@ -23,7 +23,6 @@
|
||||
package petstore
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"net/url"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
Loading…
Reference in New Issue
Block a user