mirror of
https://github.com/mattermost/mattermost.git
synced 2026-03-03 05:41:07 -05:00
* Fix return nil A nil error is an interface having nil value but a non-nil type. This leads to unexpected errors in the code well-documented here: https://golang.org/doc/faq#nil_error We fix this by passing an additional parameter to handle it. Caught using https://github.com/dgryski/semgrep-go * Bring back auto-generated line |
||
|---|---|---|
| .. | ||
| main.go | ||
| opentracing_layer.go.tmpl | ||
| retry_layer.go.tmpl | ||
| timer_layer.go.tmpl | ||