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

A cloud-native Go microservices framework with cli tool for productivity.

Results 436 go-zero issues
Sort by recently updated
recently updated
newest added

go版本:1.20 错误信息: ` [+] Building 31.8s (3/3) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 807B 0.0s => [internal] load .dockerignore 0.0s => => transferring...

stale

go-zero version: v1.4.4 etcd version: v3.4.14 When go-zero's RPC is called, it consumes a lot of memory and the program reports the following error: {"@timestamp":"2023-06-20T10:37:47.022+08:00","caller":"internal/registry.go:314","content":"etcd monitor chan has been canceled,...

stale

**To Reproduce** Steps to reproduce the behavior, if applicable: ![uTools_1687743939498](https://github.com/zeromicro/go-zero/assets/16560252/88f52ec3-7aab-451b-92b8-71b6e988ff48) **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help...

stale

Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.13.1 to 1.16.0. Release notes Sourced from go.mongodb.org/mongo-driver's releases. MongoDB Go Driver 1.16.0 The MongoDB Go Driver Team is pleased to release version 1.16.0 of the official...

dependencies
go

the default quickstart section do not work for the command order this would failed beginner and prevent their going on learning, so after i fingered out the fixing, i just...

在 finish 记录日志时,可以自定义 sql 掩码处理,防止日志泄密

do-not-merge/deprecated

![image](https://github.com/zeromicro/go-zero/assets/147638689/e315db88-b600-43ad-a648-92857ca6f9af) ![image](https://github.com/zeromicro/go-zero/assets/147638689/afe22eb6-981c-462b-88dc-f70d321ca9ce) ![image](https://github.com/zeromicro/go-zero/assets/147638689/69f2ac0f-2fd1-4398-9735-b00d5dd25698) My etcd version is very new but I still can't successfully start this demo. I have been troubled for two days. Does anyone know how to solve...

i want to write log to console and file at the same time,but mode just support one.