diff --git a/pb/merkledagpb_test.go b/pb/merkledagpb_test.go index 20fe06b..f72b306 100644 --- a/pb/merkledagpb_test.go +++ b/pb/merkledagpb_test.go @@ -5,15 +5,16 @@ package merkledag_pb import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" - github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" - proto "github.com/gogo/protobuf/proto" go_parser "go/parser" math "math" math_rand "math/rand" testing "testing" time "time" + + _ "github.com/gogo/protobuf/gogoproto" + github_com_gogo_protobuf_jsonpb "github.com/gogo/protobuf/jsonpb" + github_com_gogo_protobuf_proto "github.com/gogo/protobuf/proto" + proto "github.com/gogo/protobuf/proto" ) // Reference imports to suppress errors if they are not otherwise used.