go-zero/tools/goctl
市民233 0b0406f41a
fix: 解决golint 部分警告 (#897)
* feat:  解决goreportcard的警报
ps: warning: if block ends with a return statement, so drop this else and outdent its block (golint)

* feat: 优化golint警告,将processFieldPrimitiveWithJsonNumber 改成 processFieldPrimitiveWithJSONNumber
unmarshaler.go:248:23: method processFieldPrimitiveWithJsonNumber should be processFieldPrimitiveWithJSONNumber

* feat: 添加 WithCanonicalKeyFunc 注释

* feat: 添加DisableStat的注释

* feat: 添加 RegisterGoctlHome 注释

* feat: 添加 PostgreSqlJoin 注释

* feat: 解决goline警告should not use basic type string as key in context.WithValue问题

* feat: 解决golint警告信息: should not use basic type string as key in context.WithValue

* fix: 定义自定义字段类型,导致go test fail 问题

* update: 恢复原有测试用例

* fix golint warning
2021-08-11 17:57:20 +08:00
..
api refactor (#878) 2021-08-11 17:33:18 +08:00
config Code optimized (#523) 2021-02-26 16:11:47 +08:00
configgen Code optimized (#523) 2021-02-26 16:11:47 +08:00
docker fix issue #831 (#850) 2021-07-28 16:32:15 +08:00
kube fix issue #831 (#850) 2021-07-28 16:32:15 +08:00
model fix: 解决golint 部分警告 (#897) 2021-08-11 17:57:20 +08:00
plugin chore(format): change by gofumpt tool (#697) 2021-05-18 14:43:09 +08:00
rpc refactor (#878) 2021-08-11 17:33:18 +08:00
tpl fix issue #831 (#850) 2021-07-28 16:32:15 +08:00
update Code optimized (#523) 2021-02-26 16:11:47 +08:00
upgrade Code optimized (#523) 2021-02-26 16:11:47 +08:00
util fix: 解决golint 部分警告 (#897) 2021-08-11 17:57:20 +08:00
vars fix spelling (#551) 2021-03-08 18:23:12 +08:00
CHANGE_LOG.MD feature: refactor api parse to g4 (#365) 2021-01-11 15:10:51 +08:00
goctl.go update goctl version to 1.1.10 (#874) 2021-08-04 19:29:40 +08:00
goctl.md remove useless annotation (#761) 2021-06-14 16:00:47 +08:00
Makefile simplify code, format makefile (#233) 2020-11-28 22:27:58 +08:00