Merge PR #5111: Add linters from new golangci version

This commit is contained in:
Marko
2019-09-30 19:06:07 -04:00
committed by Alexander Bezobchuk
parent 8e3f967c3f
commit cf06d3d7df
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func TestLogContext(t *testing.T) {
require.Equal(t, *logger.logs, []string{"debug", "info", "error"})
}
type dummy int64
type dummy int64 //nolint: unused
func (d dummy) Clone() interface{} {
return d