Merge pull request #1178 from coreos/crc

pkg: move /crc to /pkg/crc
This commit is contained in:
Xiang Li 2014-09-25 10:55:24 -07:00
commit e20e286064
3 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"hash"
"io"
"github.com/coreos/etcd/crc"
"github.com/coreos/etcd/pkg/crc"
"github.com/coreos/etcd/raft/raftpb"
"github.com/coreos/etcd/wal/walpb"
)

View File

@ -6,7 +6,7 @@ import (
"hash"
"io"
"github.com/coreos/etcd/crc"
"github.com/coreos/etcd/pkg/crc"
"github.com/coreos/etcd/wal/walpb"
)