go-zero/core
市民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
..
bloom fix golint issues in core/bloom (#465) 2021-02-17 09:58:35 +08:00
breaker chore(format): change by gofumpt tool (#697) 2021-05-18 14:43:09 +08:00
cmdline fix golint issues in core/cmdline (#467) 2021-02-17 11:08:30 +08:00
codec chore: update code format. (#628) 2021-04-15 19:49:17 +08:00
collection optimized (#819) 2021-07-15 23:50:44 +08:00
conf fix a simple typo (#588) 2021-03-29 23:35:49 +08:00
contextx fix: 解决golint 部分警告 (#897) 2021-08-11 17:57:20 +08:00
discov upgrade grpc & etcd dependencies (#771) 2021-06-21 09:05:20 +08:00
errorx chore: update code format. (#628) 2021-04-15 19:49:17 +08:00
executors fix golint issues in core/executors (#484) 2021-02-19 12:03:05 +08:00
filex fix golint issues in core/filex (#485) 2021-02-19 14:30:38 +08:00
fs fix golint issues in core/fx (#486) 2021-02-19 17:49:39 +08:00
fx refactor fx (#759) 2021-06-10 19:57:36 +08:00
hash chore(format): change by gofumpt tool (#697) 2021-05-18 14:43:09 +08:00
iox fix golint issues in core/iox (#488) 2021-02-19 18:40:26 +08:00
jsontype fix golint issues in core/jsontype (#489) 2021-02-20 15:07:49 +08:00
jsonx fix golint issues in core/jsonx (#491) 2021-02-20 16:59:31 +08:00
lang fix golint issues in core/lang (#492) 2021-02-20 18:21:23 +08:00
limit fix golint issues in core/limit (#494) 2021-02-20 21:55:54 +08:00
load chore: update code format. (#628) 2021-04-15 19:49:17 +08:00
logx fix: 解决golint 部分警告 (#897) 2021-08-11 17:57:20 +08:00
mapping fix: 解决golint 部分警告 (#897) 2021-08-11 17:57:20 +08:00
mathx fix some typo (#667) 2021-05-04 21:33:08 +08:00
metric fix some typo (#667) 2021-05-04 21:33:08 +08:00
mr fix #676 (#682) 2021-05-10 23:10:57 +08:00
naming fix golint issues, exported doc (#451) 2021-02-08 21:31:56 +08:00
netx fix golint issues in core/netx (#501) 2021-02-22 09:56:56 +08:00
proc fix bug that proc.SetTimeToForceQuit not working in windows (#869) 2021-08-04 11:31:33 +08:00
prof fix golint issues in core/prof (#503) 2021-02-22 10:20:54 +08:00
prometheus disable prometheus if not configured (#663) 2021-04-30 15:09:49 +08:00
queue fix some typo (#677) 2021-05-10 00:09:00 +08:00
rescue fix golint issues in core/rescue (#508) 2021-02-22 16:47:02 +08:00
search optimize nested conditional (#709) 2021-05-22 23:18:38 +08:00
service chore: update code format. (#628) 2021-04-15 19:49:17 +08:00
stat fix some typo (#677) 2021-05-10 00:09:00 +08:00
stores fix bug that empty query in transaction (#801) 2021-06-29 23:18:32 +08:00
stringx chore(format): change by gofumpt tool (#697) 2021-05-18 14:43:09 +08:00
syncx fix some typo (#677) 2021-05-10 00:09:00 +08:00
sysx fix golint issues in core/timex (#517) 2021-02-24 16:27:11 +08:00
threading fix golint issues in core/threading (#524) 2021-02-26 16:27:04 +08:00
timex fix golint issues in core/timex (#517) 2021-02-24 16:27:11 +08:00
trace fix golint issues in core/utils (#520) 2021-02-26 16:20:47 +08:00
utils fix golint issues in core/utils (#520) 2021-02-26 16:20:47 +08:00