Mateusz Gozdek
Mateusz Gozdek
I also think this is confusing that `gci` does not find local module name automatically.
``` pkg/pki/etcd.go:44:16: func `(*Etcd).bar` is unused (unused) func (e *Etcd) bar() {} ^ ``` It does not, at least via latest `golangci-lint`.
Given that this is Container Linux, the recommended way of running things on Flatcar is to use containers. Can `faasd` be run from e.g. Docker? An alternative would be, to...
Thanks for looking into it @Serializator! >Why hasn't KSM used the Go client library by Prometheus to implement its metrics? I forgot to mention that in the opening post. I...
/remove-lifecycle stale
Is there some roadmap for v23 available? What should go in and what not? Or is there some dev branch for v23 available to submit PRs against?
Can't promise I find time to do so, but will try :)
Ah, just found out there is more general issue for this: #326, not sure if it make sense to address each method individually or should we handle all of them...
Created #390 to address this.
:+1: For closing this issue. See https://dave.cheney.net/practical-go/presentations/qcon-china.html#_leave_concurrency_to_the_caller for reasoning.