| commit | 3f6f2d845daeb1bd1a8d44d8e00c87b8d2390b06 | [log] [tgz] |
|---|---|---|
| author | Rob Pike <r@golang.org> | Sun Dec 18 13:55:35 2011 -0800 |
| committer | Rob Pike <r@golang.org> | Sun Dec 18 13:55:35 2011 -0800 |
| tree | 8fbe5b9ccae81bd338f90db876739c2b255c71b3 | |
| parent | 814b936cd012ffe7a0307a3ecceae947c8439df1 [diff] [blame] |
goprotobuf: update to go 1 import strings R=dsymonds CC=golang-dev http://codereview.appspot.com/5496065
diff --git a/proto/equal_test.go b/proto/equal_test.go index fd347af..8dd5d29 100644 --- a/proto/equal_test.go +++ b/proto/equal_test.go
@@ -35,8 +35,8 @@ "log" "testing" - . "goprotobuf.googlecode.com/hg/proto" pb "./testdata/_obj/test_proto" + . "code.google.com/p/goprotobuf/proto" ) // Four identical base messages.