Browse Source

goprotobuf: gofix for package rename

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/5343051
Rob Pike 14 years ago
parent
commit
022b101b58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      proto/all_test.go

+ 2 - 2
proto/all_test.go

@@ -34,15 +34,15 @@ package proto_test
 
 import (
 	"bytes"
+	"encoding/json"
 	"fmt"
-	"json"
 	"math"
 	"reflect"
 	"strings"
 	"testing"
 
-	. "goprotobuf.googlecode.com/hg/proto"
 	. "./testdata/_obj/test_proto"
+	. "goprotobuf.googlecode.com/hg/proto"
 )
 
 var globalO *Buffer