-
1. windows下执行
![image](https://github.com/Mikaelemmmm/go-zero-looklook/assets/26101917/3cb8453f-a83c-4b2e-a717-8c73b1300d81)
2.
![image](https://github.com/Mikaelemmmm/go-zero-looklook/assets/26…
-
```golang
// swagger:route DELETE /user user deleteUser
// Delete user information | 删除用户信息
// Parameters:
// + name: body
// require: true
// in: body
// …
-
api目录下user.api已经定义好了,运行
```
goctl api go -api *.api -dir ../ --style goZero
```
出错,错误提示为
```
Error: open *.api: The filename, directory name, or volume label syntax is incorrect.
Usage:
…
-
Hello,
Thank you so much for dedicating the time to create this project, the issue is that it is very hard to work with go-zero because there are so few English resources available.
Is there a w…
-
我在终端输入goctl -v,成功显示了正确的版本信息,但是当我试图一键生成api结构的时候却出现了[31mmissing service[0m的报错
-
I have the following table creation statement
```sql
CREATE TABLE IF NOT EXISTS `object`
(
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sex` tinyint(1) NOT NULL …
-
zeromq version: tags/v2.0.6^0=ae35a1 (installed locally in my home, so i had to add -I$(HOME)/include and -L$(HOME)/include to Makefile-s below)
gonewrong version: 754648
coffer version: 19c834
gozero…
-
请问如果gf做客户端是否可以调用go-zero的微服务,或者有没有小例子参考一下,使设计更符合gf风格
-
不使用etcd时,leader的选举是怎么实现的?
-
https://github.com/dtm-labs/quick-start-sample/blob/main/dtmgrpc-qs/main.go#L19
busi.DtmGrpcServer = localhost:36790
当前这行代码可以替换成对应consul的注册地址吗?还是必须是注册到consul的地址
这里看到这样配置是可以直接通过etcd获取地址直接去call dtm…