move binary package into cache package

master
Oliver Tonnhofer 2013-05-17 15:10:59 +02:00
parent 65a38c0ba3
commit 0833105371
7 changed files with 2 additions and 2 deletions

2
cache/db.go vendored
View File

@ -5,7 +5,7 @@ import (
bin "encoding/binary"
"errors"
"github.com/jmhodges/levigo"
"goposm/binary"
"goposm/cache/binary"
"goposm/element"
"os"
"path/filepath"

2
cache/delta.go vendored
View File

@ -3,7 +3,7 @@ package cache
import (
"code.google.com/p/goprotobuf/proto"
"container/list"
"goposm/binary"
"goposm/cache/binary"
"goposm/element"
"sort"
"sync"