You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
bloom fix golint issues in core/bloom (#465) 4 years ago
breaker chore(format): change by gofumpt tool (#697) 4 years ago
cmdline fix golint issues in core/cmdline (#467) 4 years ago
codec chore: update code format. (#628) 4 years ago
collection optimized (#819) 3 years ago
conf fix a simple typo (#588) 4 years ago
contextx fix: 解决golint 部分警告 (#897) 3 years ago
discov upgrade grpc & etcd dependencies (#771) 3 years ago
errorx chore: update code format. (#628) 4 years ago
executors fix golint issues in core/executors (#484) 4 years ago
filex fix golint issues in core/filex (#485) 4 years ago
fs fix golint issues in core/fx (#486) 4 years ago
fx refactor fx (#759) 4 years ago
hash chore(format): change by gofumpt tool (#697) 4 years ago
iox fix golint issues in core/iox (#488) 4 years ago
jsontype fix golint issues in core/jsontype (#489) 4 years ago
jsonx fix golint issues in core/jsonx (#491) 4 years ago
lang fix golint issues in core/lang (#492) 4 years ago
limit fix golint issues in core/limit (#494) 4 years ago
load chore: update code format. (#628) 4 years ago
logx fix: 解决golint 部分警告 (#897) 3 years ago
mapping fix: 解决golint 部分警告 (#897) 3 years ago
mathx fix some typo (#667) 4 years ago
metric fix some typo (#667) 4 years ago
mr fix #676 (#682) 4 years ago
naming fix golint issues, exported doc (#451) 4 years ago
netx fix golint issues in core/netx (#501) 4 years ago
proc fix bug that proc.SetTimeToForceQuit not working in windows (#869) 3 years ago
prof fix golint issues in core/prof (#503) 4 years ago
prometheus disable prometheus if not configured (#663) 4 years ago
queue fix some typo (#677) 4 years ago
rescue fix golint issues in core/rescue (#508) 4 years ago
search optimize nested conditional (#709) 4 years ago
service chore: update code format. (#628) 4 years ago
stat fix some typo (#677) 4 years ago
stores fix bug that empty query in transaction (#801) 3 years ago
stringx chore(format): change by gofumpt tool (#697) 4 years ago
syncx fix some typo (#677) 4 years ago
sysx fix golint issues in core/timex (#517) 4 years ago
threading fix golint issues in core/threading (#524) 4 years ago
timex fix golint issues in core/timex (#517) 4 years ago
trace fix golint issues in core/utils (#520) 4 years ago
utils fix golint issues in core/utils (#520) 4 years ago