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

go install github.com/zeromicro/go-zero/tools/goctl@latest error is: ``` go: downloading github.com/zeromicro/go-zero/tools/goctl v1.4.1 go: github.com/zeromicro/go-zero/tools/goctl@latest: github.com/zeromicro/go-zero/tools/[email protected]: verifying module: checksum mismatch downloaded: h1:vIOvEWvA3cHa4OviwPwuyDzwb1dOYIfcCvtf7Uam/O8= sum.golang.org: h1:1cpxW+NqGM3GiECJz/lcMjWKHFc2QUq8rGTPsdTQHqo= SECURITY ERROR This download does NOT match the one...

I need to use methods like ZPOPMIN, but built-in redis doesn't get implemented, Thanks!

- [x] update json tags - [ ] Update goctl template

feature

rpc error: code = Internal desc = grpc: error while marshaling: string field contains invalid UTF-8"} Call the rpc to return this error What is the reason for this? The...

CodeReviewComments: https://github.com/golang/go/wiki/CodeReviewComments#package-comments https://github.com/golang/go/wiki/CodeReviewComments#imports

Acoording to the documentation [(),](https://go-zero.dev/docs/design/grammar?_highlight=api) I cannot use time.Time in api file. But How can i get time.Time type in types.go from generation for CreatedAt, UpdatedAt **user.api** file ` type...

![image](https://user-images.githubusercontent.com/9391575/191025624-ea98c8ce-9675-4c5a-9300-d14661a56ee2.png) 重新拉去的,一直是1.4.0,不是1.4.1

**Is your feature request related to a problem? Please describe.** Open telemetry provide a comprehensive way to initialize different OTLP agent. Also, it will be more convenient to let program...

fix for https://github.com/zeromicro/go-zero/issues/2330