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

use goctl protoc in linux_arm64. run command: this code [here](https://github.com/zeromicro/go-zero/blob/master/tools/goctl/pkg/protoc/protoc.go): not support linux_arm64. THANKS.

![image](https://github.com/zeromicro/go-zero/assets/16551343/d596e427-f342-44d6-9a92-2ef70e5f3552) What is the purpose of the LruCache in this Cache function? Thanks.

## When I finished editing the API file and layered it according to the directory, I finally imported other API files into a main API file through API import. ##...

### What category of issue (goctl or sdk)? ### What type of issue (feature|bug|suggestion)? ### What version of Goctl are you using (goctl --version)? $ goctl --version 1.4.3 ### Does...

help wanted
stale

In favour of https://cloud.google.com/apis/design/custom_methods Some of my API's are designed to have colons in the (middle of) path, eg - /matches:confirm - /matches:complete Is there a way we can escape...

stale
feature

i wanna handle /user & user/:id by one handler if parameter :id is empty ![image](https://github.com/zeromicro/go-zero/assets/19203922/4c5ae7be-c04f-442d-a743-a5371da3d329) i try to define struct like this: **Id string `path:"id,optional"`** but, when i access get...

stale
by design

**Describe the bug** No template file was generated except api file. **To Reproduce** Steps to reproduce the behavior, if applicable: 1. The code is ```go goctl api new test ```...

stale
by design

Using go zero to develop individual applications, I found that the development efficiency is quite high. Currently, when deployed on the server, I found that it is not possible to...

stale
by design

Optimize error returns to allow external parties to better judge errors I can set an error handler to accurately handle error parameters with a single judgment. ```golang httpx.SetErrorHandler(func(err error) (int,...