From 69a4e811d7ffc825406b5259bd998c3af73d3846 Mon Sep 17 00:00:00 2001 From: Viktoras Date: Sat, 11 Apr 2020 00:12:29 +0300 Subject: [PATCH] Update pkg/printers/github.go Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> --- pkg/printers/github.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/printers/github.go b/pkg/printers/github.go index b170f8c9..ee2c46fc 100644 --- a/pkg/printers/github.go +++ b/pkg/printers/github.go @@ -4,7 +4,6 @@ import ( "context" "fmt" - "github.com/golangci/golangci-lint/pkg/logutils" "github.com/golangci/golangci-lint/pkg/result" )