No particular reason for this to be a ./ import, and it confuses vgo.
@@ -36,8 +36,8 @@ package testdata
import (
"testing"
- mytestpb "./my_test"
multipb "github.com/golang/protobuf/protoc-gen-go/testdata/multi"
+ mytestpb "github.com/golang/protobuf/protoc-gen-go/testdata/my_test"
)
func TestLink(t *testing.T) {