We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/zeromicro/zero-doc/blob/main/doc/shorturl.md 本人初学者,当然走到第六步的时候,发现出错了(可能是新手).
"goctl rpc proto -src transform.proto -dir ." 报错,"no proto topic"; 改成 goctl rpc protoc .\transform.proto --go_out=. --go-grpc_out=. --zrpc_out=. 生成的文件如下: 没有向教程那般(可能是版本问题)
go run .\transform.go -f .\etc\transform.yaml 报错:
请问大佬,能否跟进维护一下,不然,向我这样的初学者,好难呀!!!~ 先谢谢大佬,麻烦看看呀~
The text was updated successfully, but these errors were encountered:
环境: module shorturl
go 1.18
require ( github.com/zeromicro/go-zero v1.3.0 google.golang.org/grpc v1.43.0 google.golang.org/protobuf v1.27.1 )
Sorry, something went wrong.
+1
https://github.com/zeromicro/zero-doc/blob/main/doc/shorturl.md 本人初学者,当然走到第六步的时候,发现出错了(可能是新手). 1. "goctl rpc proto -src transform.proto -dir ." 报错,"no proto topic"; 改成 goctl rpc protoc .\transform.proto --go_out=. --go-grpc_out=. --zrpc_out=. 生成的文件如下: ![image](https://user-images.githubusercontent.com/25929417/161940107-fe781f42-cf27-4e95-88d8-fdbe7868de93.png) 没有向教程那般(可能是版本问题) 2. go run .\transform.go -f .\etc\transform.yaml 报错: ![image](https://user-images.githubusercontent.com/25929417/161940748-f6ac2401-660b-44c2-b4c8-a10adfdaaa3c.png) 请问大佬,能否跟进维护一下,不然,向我这样的初学者,好难呀!!!~ 先谢谢大佬,麻烦看看呀~
1. "goctl rpc proto -src transform.proto -dir ." 报错,"no proto topic"; 改成 goctl rpc protoc .\transform.proto --go_out=. --go-grpc_out=. --zrpc_out=. 生成的文件如下: ![image](https://user-images.githubusercontent.com/25929417/161940107-fe781f42-cf27-4e95-88d8-fdbe7868de93.png) 没有向教程那般(可能是版本问题) 2. go run .\transform.go -f .\etc\transform.yaml 报错: ![image](https://user-images.githubusercontent.com/25929417/161940748-f6ac2401-660b-44c2-b4c8-a10adfdaaa3c.png)
According to the error message, maybe your etcd-server didn't work. Please check whether open the etcd-server.
No branches or pull requests
https://github.com/zeromicro/zero-doc/blob/main/doc/shorturl.md
本人初学者,当然走到第六步的时候,发现出错了(可能是新手).
"goctl rpc proto -src transform.proto -dir ." 报错,"no proto topic";
改成
goctl rpc protoc .\transform.proto --go_out=. --go-grpc_out=. --zrpc_out=.
生成的文件如下:
没有向教程那般(可能是版本问题)
go run .\transform.go -f .\etc\transform.yaml 报错:
请问大佬,能否跟进维护一下,不然,向我这样的初学者,好难呀!!!~
先谢谢大佬,麻烦看看呀~
The text was updated successfully, but these errors were encountered: