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

I am trying to transfer my serivce from docker (in virtual machine) to K8s clusters. Before it finished, some of services will still keep on the virtual machine. I use...

**Is your feature request related to a problem? Please describe.** Its not a problem, but a inconvenient. The 400 error message about mismatch type, only shows the name of this...

stale

**Describe the bug** There is an issue with parsing the comments in the API file content. Some comments that do not belong to the parameter will be forcibly added to...

stale

如题,本机环境为windows11。 本地debug、打包成.exe文件执行均正常 但是打包成Linux程序时,总是报错: config file etc/****.yaml, field "Host" is not set 2024/07/01 配置添加了Host也不行。升级成1.6.6之后还是报错: 16:29:18 error: config file etc/centerrpc.yaml, field "Cache[1].Host" is not set 换成mac进行打包也不行。最后打开源码找到了/stores/redis/conf.go文件,发现Conf定义如下: // A RedisConf is a redis...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior, if applicable: 1. The code is ```go ``` 2. The...

in some case, such as json string: ```json { "aaa": "111", "bbb": 222, "ccc": 0 } ``` use `Unmarshal` to `map[string]string` will be wrong, the field `bbb` is empty string...

**Describe the bug** when start app, it will result in a fatal error: stack overflow. ```go type Database struct { Name string Type string Host string Database string Username string...

stale
kind/not-reproducible

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0. Commits e2310ae go.mod: update golang.org/x dependencies 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9 9617c63 http2: avoid Transport hang...

dependencies
go