Chore: Use interfaces where possible (#26392)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-07-23 08:17:20 +02:00
committed by GitHub
parent 3a8854b1b9
commit 415638cdda
9 changed files with 23 additions and 17 deletions

View File

@@ -26,7 +26,6 @@ enable = [
"gosimple",
"govet",
"ineffassign",
# "interfacer",
"misspell",
"nakedret",
"rowserrcheck",