go-zero
go-zero copied to clipboard
A cloud-native Go microservices framework with cli tool for productivity.
https://www.wasm.builders/fermyon/rethinking-microservices-with-webassembly-and-spin-1gh3 https://github.com/WasmEdge/WasmEdge
Translated from English to Chinese compliments of Google 从英文翻译成中文的谷歌赞美 I have tried to generate some of the demos but I keep ending up with errors. Some won’t compile. The one...
**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 ```yaml Mysql: DataSource: root:fakepass@tcp(127.0.0.1:3306)/book?charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai...
**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 import ( "net/http"...
**Describe the bug** Running in AWS lambda, the application cannot start due to `panic: cannot statfs cgroup root: no such file or directory` from `go/pkg/mod/github.com/zeromicro/[email protected]/core/stat/internal/cgroup_linux.go:191` See [opencontainers/runc#2634](https://github.com/opencontainers/runc/pull/2634/files) - they don't...
In version 1.3.2, I used etcd key:/aihc/xxx rpc. When upgrading to version 1.3.4, the dependent service has such an error: rpc dial: discov://127.0.0.1:2379//aihc/xxx.rpc , error: context deadline exceeded, make sure...
如题: goctl 生成带缓存的时候,怎么批量更新,是一条条for循环更新,还是先批量查出来id集合,是更新完在删除id集合?