From 72c76a3b0a360662bf62089b31abefff0dc50ae3 Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Sat, 21 Jan 2017 18:51:01 +0800 Subject: [PATCH] Remove short pkg name. --- pkg/api/serialization_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/serialization_test.go b/pkg/api/serialization_test.go index 8bfc8e2ab3e..834160138cb 100644 --- a/pkg/api/serialization_test.go +++ b/pkg/api/serialization_test.go @@ -28,7 +28,7 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - proto "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/proto" flag "github.com/spf13/pflag" "github.com/ugorji/go/codec"