Skip to content

Commit 9f2354e

Browse files
committed
Fixed broken import path
1 parent eeecb4a commit 9f2354e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"io/ioutil"
55
"os"
66

7-
"github.com/ckaznocha/proc-gen-lint/linter"
7+
"github.com/ckaznocha/protoc-gen-lint/linter"
88
"github.com/golang/protobuf/proto"
99
"github.com/golang/protobuf/protoc-gen-go/descriptor"
1010
protoc "github.com/golang/protobuf/protoc-gen-go/plugin"

0 commit comments

Comments
 (0)