goprotobuf: gofix for package rename

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/5343051
diff --git a/proto/all_test.go b/proto/all_test.go
index 4b29b27..1d64610 100644
--- a/proto/all_test.go
+++ b/proto/all_test.go
@@ -34,15 +34,15 @@
 
 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