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/mapping
市民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
..
fieldoptions.go fix golint issues, else blocks (#457) 4 years ago
fieldoptions_test.go add unit test, fix interceptor bug 4 years ago
jsonunmarshaler.go fix golint issues in core/mapping (#497) 4 years ago
jsonunmarshaler_test.go fix golint issues in core/mapping (#497) 4 years ago
unmarshaler.go fix: 解决golint 部分警告 (#897) 3 years ago
unmarshaler_test.go fix: Fix problems with non support for multidimensional arrays and basic type pointer arrays (#778) 3 years ago
utils.go chore(format): change by gofumpt tool (#697) 4 years ago
utils_test.go chore: update code format. (#628) 4 years ago
valuer.go fix golint issues in core/mapping (#497) 4 years ago
yamlunmarshaler.go fix golint issues in core/mapping (#497) 4 years ago
yamlunmarshaler_test.go fix golint issues in core/mapping (#497) 4 years ago