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.** Many of the widely used external logging libraries in go support multiple logging levels on top of the defaults (info,...

When I use `goctl model mysql ddl` to generate code with sql script, the command always reported a table missing `primary key`. But I can use this script to initialize...

stale

details ``` internal\handler\v1\userlocaleupdatehandler.go:6:2: other declaration of httpx internal\handler\v1\userlocaleupdatehandler.go:11:2: imported and not used: "github.com/zeromicro/go-zero/rest/httpx" ``` goctl version 1.3.9 windows/amd64

https://github.com/zeromicro/go-zero/issues/1994

**Describe the bug** [email protected] init greet demo fail **Screenshots** ![Uploading image.png…]() **Environments (please complete the following information):** - OS: [windows] - go-zero version [1.18.3] - goctl version [1.2.2 windows/amd64]

AReq { B []string `form:"b,optional"` } It seems that this multi parameters does not support? Can support? Similar like follow: https://stackoverflow.com/questions/39736243/ho-to-bind-to-slice-values-in-go-gin-form https://github.com/gin-gonic/gin/issues/408

sir , add gorm support for "go-zero" will what time

stale

**Describe the bug** A clear and concise description of what the bug is. ID, UpdateAt,CreateAt not automatically generated when inserting data with mongo **To Reproduce** Steps to reproduce the behavior,...