-
## open source projects powered by go-zero
Thanks sincerely for constantly using and supporting go-zero. We will try our best to make go-zero better, and keep growing go-zero community. To attract …
-
```golang
func TestTw(t *testing.T) {
tw, err := collection.NewTimingWheel(time.Millisecond*100, 10, func(key, v any) {
time.Sleep(time.Second)
fmt.Println(time.Now().Format(time.DateTime), "…
me-cs updated
11 months ago
-
### Please describe your feature request:
currently, nuclei has various protocols (headless , HTTP , DNS , SSL etc) that are used to create/run templates . Implementing new protocol `shell` will a…
-
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
goZero:A cloud-nat…
-
when go 1.21.0 in go.mod
goctl api go error occur:
Error: go: go.mod already exists
change to go 1.18 in go.mod
goctl api go is okay.
-
我在gozero项目中接入gws,按照chatroom的例子来写的时候,报错以下错误:
error write response failed, error: http: connection has been hijacked caller=httpx/responses.go:81
-
以及大佬的微信可以加下么
-
etcd版本:bitnami/etcd:3.5.9
gozero版本:1.5.3
rpc 配置文件
```
Name: demo.rpc
ListenOn: 0.0.0.0:10058
Etcd:
Hosts:
- 192.168.7.75:2379
- 192.168.7.75:3379
- 192.168.7.75:4379
Key: de…
-
请问,为什么会考虑废弃数组?
如果废弃的话,根据 https://go-zero.dev/cn/template.html 来实现统一格式的body相应,则那么无法支持 Data 为数组的情况,如下:
```
{
"code": 0,
"msg": "OK",
"data": [{},{}]
}
```
你们是否会再考虑考虑?