kesonan

Results 34 comments of kesonan

It's a pity that is a known issue,I am considering to use sql builder to solve it on next release.

Is the project in $GOPATH? If possible, please post your directory tree here, thanks!

That's a default principle to ignore `create_time` and `update_time` while create or update data, you should add a constraint `NOT NULL DEFAULT TIMESTAMP` on columns `create_time` and `update_time` .

I am looking for a solution to solve it.

Try and see https://pkg.go.dev/text/template > The input text for a template is UTF-8-encoded text in any format. "Actions"--data evaluations or control structures--are delimited by "{{" and "}}" It's clear that...

The [error-handle](https://go-zero.dev/cn/docs/advance/error-handle) page on go-zero's document could help you to solve your problem.

https://github.com/zeromicro/go-zero/pull/2172/files It has already been fixed

显而易见,goctl 已经提示了需要 json tag > Obviously, goctl has prompted the need for json tag

如果你不需要响应体,你可以写成这样: > If you not need to response, you can declare as follows: ``` post /guest/login (ApkGuestLoginReq) ```

Changed your table name is the only way to make it effect.