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 430 go-zero issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** now the output of sql can only be disabled by adjusting the log level to above ERROR, I hope it...

**Is your feature request related to a problem? Please describe.** when i port forward k8s svc ,it is reasonable to fail when stoping the port fowarding. But port forward k8s...

**Describe the bug** `goctl api ts` failed to generate ts file. **To Reproduce** goctl api ts --api dock.api --caller request --webapi '@/services/request' --dir /your/dir 1. The code is ```api ApkGuestLoginReq...

stale

Currently, syncx package defines atomic types like following: ``` type AtomicBool uint32 type AtomicDuration int64 type AtomicFloat64 uint64 ``` In this way, we cannot prohibit developers from using them as...

When using logx packages alone, if multiple goroutines print logs at the same time, the console logger will be initialize multiple times.

go 生成的 dart代码,数组toJson 少了个toList()方法,前端现在对象里的数组toJson 之后 是 materials: () ,应该是 materials: [], 这导致后台解析不了 json 数据

**Describe the bug** Code generation error encountered. **To Reproduce** I use the command: 1. The code is ```goctl api go --api "./service/api/shiva.api" --dir "./service/api" --home "./service/api/.goctl"``` 2. The error is...

stale

hello i want use go-zero/core/stores/redis as my redis client, but i saw in the redis.ZaddsCtx(), score is type int64, but wrapped redis client is float64, why do this convert? https://github.com/zeromicro/go-zero/blob/34294702b0e88ad7d3e7e0ac494ee15cf103f0db/core/stores/redis/redis.go#L1878

When hash conflicts happened, the added item will be put into the `[]interface{}`. Supposing we have two different processes, which are watching the etcd events. While the two processes may...