-
**Could you unify the usage specifications of the goctl?**
goctl model mysql ddl --src user.sql --dir .
goctl api go --api user.api --dir .
Why not change the input files to --src and the output fi…
-
-
```
goctl model mysql ddl --src user_base.sql --dir .
```
```
[convertColumns]: The column "f_stop_time" is recommended to add constraint `DEFAULT`
[convertColumns]: The column "f_create_time" …
-
![image](https://user-images.githubusercontent.com/44863479/165305530-2ed0b850-9f4d-4766-8251-98bc722cedb1.png)
![image](https://user-images.githubusercontent.com/44863479/165305600-bf271231-ada9-407…
-
**Is your feature request related to a problem? Please describe.**
I'm designing APIs for a massive system depends on microservices. It's nice not to use any frameworks to ensure flexibility due to *…
-
```console
$ yq '.packages[] | select(.type = "http" and .name != null) | "\(.name) \(.repo_owner)/\(.repo_name)"' registry.yaml
1password/cli null/null
DeNA/unity-meta-check/gh-action DeNA/unity-m…
-
In the Go-zero handler model, I didn't use `httpx.Parse` to parse my request; instead, I parsed it as shown below:
```
data, err := io.ReadAll(r.Body)
if err != nil {
return err
}
// 解析参数
va…
-
我使用goctl v1.1.6版本根据sql生成的函数,只有
Insert
FindOne
Update
Delete,
代码库里的多几个,是改了template吗?
还是使用了什么方法
-
![a16c54265fc89a72f81c25695d5cfdb](https://github.com/zeromicro/goctl-swagger/assets/49337839/2d32302f-27a8-432e-b190-a1d7eaf56cc3)
swagger生成出现问题了,好像GOPATH中间有空格无法识别
我的GOPATH路径是这个G:\Program Files\Go
-
the output of pb.go and _grpc.pb.go must not be the same with --zrpc_out: pb output: /Users/flipped/Code/Go/xxx/service/user-rpc zrpc out: /Users/flipped/Code/Go/xxx/service/user-rpc
问题是它也没让我选择输出目…