forked from loafle/openapi-generator-original
* refactor(golang): Use http constants for methods * regenerate samples * fix: Only import strings when needed * regenerate samples * Only import fmt and strings when needed * regenerate samples
7 lines
181 B
Modula-2
7 lines
181 B
Modula-2
module github.com/GIT_USER_ID/GIT_REPO_ID
|
|
|
|
require (
|
|
github.com/antihax/optional v0.0.0-20180406194304-ca021399b1a6
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
|
)
|