小超人
小超人
==> Downloading https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/bottles/luajit-openresty-20210510 ==> Downloading from https://homebrew.bintray.com/bottles/luajit-openresty-20210510.catalina.bottle.tar #=#=-# # curl: (22) The requested URL returned error: 403 Forbidden Warning: Bottle missing, falling back to the default domain... ==> Downloading https://ghcr.io/v2/homebrew/core/luajit-openresty/manifests/20210510...
**Is your feature request related to a problem? Please describe.** 类似于 logrus 提供 AddHook 接口, 我可以防火获取运行时的值, 比如, 一个 web 服务, 没有开始 分布式链路追踪的功能, 但是,每个请求都有 requestId 的字段,期望将 requestId 设置到 日志中, 用于快速定位日志 **Describe...
foreach and if section is ambiguous i would like to use foreach like golang as ``` go func foreach() { var list = []int{1,2,3,4} for _,num:=range list { if num...
Adds a Kvs() function to the maps sub-library. For an invocation Kvs(m), will return the keys and values of the maps, and the values order is the keys order