1
0
Fork 0
forked from External/grumble

Update for Go 1.

This commit is contained in:
Mikkel Krautz 2012-02-06 22:16:16 +01:00
parent 4114a83d64
commit e46a65109f
31 changed files with 901 additions and 202 deletions

View file

@ -6,7 +6,7 @@ package freezer
import (
"encoding/binary"
"goprotobuf.googlecode.com/hg/proto"
"code.google.com/p/goprotobuf/proto"
"hash"
"hash/crc32"
"io"