Smithyj

Results 62 comments of Smithyj

maybe use third-party validator is good idea ? eg: `go-playround/validator`?

@tim1116 change goctl `api/handler.api` template content, example: ```go package {{.PkgName}} import ( "net/http" "appservice/src/pkg/resps" {{.ImportPackages}} {{if .HasRequest}}"appservice/src/pkg/validator"{{end}} {{if .HasRequest}} "github.com/zeromicro/go-zero/rest/httpx" {{end}} ) func {{.HandlerName}}(svcCtx *svc.ServiceContext) http.HandlerFunc { return func(w http.ResponseWriter,...

usually in rpc,but there are exception,result by the project

@mike-kaonashi But `.get()` cases is return error

@SoonIter Do you know if the official team will push for this fix

> > [@SoonIter](https://github.com/SoonIter) Do you know if the official team will push for this fix > > what official team? React-refresh team? This is an unfixable problem because of the...