zero-doc icon indicating copy to clipboard operation
zero-doc copied to clipboard

The docs for go-zero

Results 51 zero-doc issues
Sort by recently updated
recently updated
newest added

Command: go run check.go -f etc/check.yaml Output: Starting rpc server at 0.0.0.0:8080... {"level":"warn","ts":"2022-12-27T19:20:55.154-0800","logger":"etcd-client","caller":"[email protected]/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0x14000290380/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection...

The link to MySQL's "host_port" in the document here is incorrect; it should be "host:port". ![image](https://github.com/zeromicro/zero-doc/assets/20470033/e489c95a-c974-404d-95fb-6ff29af21906)

This pull request addresses typos in ./docs/zero/bookstore-en.md. I kindly request the repository maintainers to review and merge it.

This pull request addresses typos in ./go-zero.dev/en/intellij.md. I kindly ask the repository maintainers to review and merge it.

This pull request addresses typos in ./go-zero.dev/en/shorturl-en.md. I kindly ask the repository maintainers to review and merge it.

Added how to use goctl to generate dockerfile, and then use dockerfile to build docker image, and added how to use github action to build docker image and push to...

wget https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protoc-3.14.0-linux-x86_64.zip unzip protoc-3.14.0-linux-x86_64.zip mv bin/protoc /usr/local/bin/ mac 64位的电脑,按上述步骤安装完protoc 在执行 goctl rpc protoc transform.proto --go_out=./pb --go-grpc_out=./pb --zrpc_out=.后,报错:sh: /usr/local/bin/protoc: cannot execute binary file 看了下, /usr/local/bin/protoc文件确实有的 应该怎么源码安装呀