Fix #209: support goimports.local-prefix option for goimports

This commit is contained in:
Denis Isaev 2018-10-28 18:47:56 +03:00
parent 6aeecb7817
commit 8fceb7fc47
No known key found for this signature in database
GPG key ID: A36A0EC8E27A1A01
49 changed files with 114 additions and 51 deletions

View file

@ -3,8 +3,9 @@ package processors
import (
"testing"
"github.com/golangci/golangci-lint/pkg/result"
"github.com/stretchr/testify/assert"
"github.com/golangci/golangci-lint/pkg/result"
)
func newTextIssue(text string) result.Issue {