exfly@gper

Results 28 issues of exfly@gper

--- name: goroutine exits immediately about: goroutine exits immediately, lazy init defaultAntsPool title: 'goroutine exits immediately' labels: '' assignees: 'panjf2000' --- ## 1. Are you opening this pull request for...

waiting for response

fix: #104

enhancement

Our company's private mail server uses AUTH LOGIN. There is no such AUTH LOGIN in go std lib: `stmp`. Later people will deal with this problem repeatedly, which is very...

配置使用ini,如果有一些默认值,零配置即可使用,是不是会更好用一点?可以考虑使用viper重构一下配置,支持一下环境变量覆盖配置,支持12因素,看起来很棒

是否可以写一个dockerfile,方便其他人本地部署呢?或者之后我提个pr?

是否可以添加openapi/swagger 的api文档,这样方便其他人generate其他语言的客户端?而不需要自己写适配接口

enhancement
Docker
pipeline

https://github.com/syndbg/goenv/commit/42e51f92cdc4f69473346b6004d10e5b55c61e92 Golang.org is not accessible in some areas like china. And `https://golang.org/dl/sone.pkg` will eventually jump to `https://dl.google.com/go/sone.pkg` to perform the download. Can we replace `golang.org` with `dl.google.com/go` Or provide an...

enhancement

When new version of go is release like go1.15rc1,we must imp plugins。can make choice to install custom verion with dl link? Thanks.