Andeya

Results 37 comments of Andeya

两个包都提供了SetErrorFactory函数,支持自定义。其中binding的SetErrorFactory会自动设置其内部validator的error格式 https://github.com/bytedance/go-tagexpr/blob/master/binding/default.go#L35 https://github.com/bytedance/go-tagexpr/blob/master/validator/default.go#L23

你提的模板变量这个思路,作为默认实现也不错,我有空实现一下吧

But I can't reproduce it ```go type ( Issue23A struct { b *Issue23B v int64 `vd:"$==0"` } Issue23B struct { a *Issue23A v int64 `vd:"$==0"` } ) func TestIssue23(t *testing.T)...

faygo并没有限制一定要放在gopath的src下面,有限制的应该是自动部署工具fay

该处理方案源自哪里?是否为通用标准?

https://github.com/xiaoenai/tp-micro/tree/v3/discovery

是否可以用 `SetUnknownCall ` 自己实现一个动态的?

I need to evaluate the feasibility before I give you an answer

我这里测试正常,无法复现你说的EOF错误。所以劳烦你提供一下Network和运行环境等信息