goctl生成Kotlin代码优化 (#16)

* 修复Kotlin连接失败抛出Exception;添加Kotlin连接超时

* 修复路径参数导致生成的Kotlin函数名带有:问题

* Added HTTP Patch Method

* kotlin-add-patch-support

* format-imports
This commit is contained in:
Steven Zack
2020-08-18 21:49:31 +08:00
committed by GitHub
parent 054d9b5540
commit 1252bd9cde
3 changed files with 28 additions and 20 deletions

View File

@@ -43,6 +43,7 @@ var mapping = map[string]string{
"head": "http.MethodHead",
"post": "http.MethodPost",
"put": "http.MethodPut",
"patch": "http.MethodPatch",
}
type (