diff --git a/apidef/oas/default.go b/apidef/oas/default.go index 5cf18f6f7c3..f054d19cc94 100644 --- a/apidef/oas/default.go +++ b/apidef/oas/default.go @@ -13,6 +13,7 @@ import ( "github.com/getkin/kin-openapi/openapi3" ) + const ( invalidServerURLFmt = "Please update %q to be a valid URL and try again." unsupportedSecuritySchemeFmt = "unsupported security scheme: %s"