| commit | 022b101b5833b9bd6a2e8bdc02850953fae61f85 | [log] [tgz] |
|---|---|---|
| author | Rob Pike <r@golang.org> | Tue Nov 08 16:33:51 2011 -0800 |
| committer | Rob Pike <r@golang.org> | Tue Nov 08 16:33:51 2011 -0800 |
| tree | 16369e3dea1cf63ac99b705ab00f68374e309d5b | |
| parent | 2d9b0a6fbb374f54e8e5e16e9653e7fbbe971e2d [diff] [blame] |
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