-
### What problem are you facing?
panic error during `make generate`
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0…
-
look into dynamically building a protobuf message, add generators as custom serializers
-
### 目录
[Creating My First Web Application with Go(2020.07.28)](https://github.com/lzh2nix/articles/issues/70#issuecomment-664690925)
[Making a RESTful JSON API in Go(2020.07.28)](https://github.com/…
-
**What happened**:
update k8s.io/utils to v0.0.0-20200324210504-a9aa75ae1b89
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.13.4 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating sys…
-
### Do you want to request a *feature* or report a *bug*?
Bug
### What did you do?
We used to use Traefik as a k8s ingress controller back in the 1.6/1.7 days but at one point a new v…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
```
#!watchflakes
default
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
测试环境:
macOS 10.13.6
golang 1.10
自己在做测试的时候发现如果请求参数中有int类型参数的话,钉钉接口就会报错。原因是受到参数类型转换方式的影响。
SDK中将interface{}转换为string类型的方式为:fmt.Sprintf("%s", v),这种方式将int类型的参数转换为string类型,然后再组合到请求参数时,会带附加字符。钉钉服务器参数…