* enable cache for build, closes #8 * goimports * lint fixes Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -38,11 +38,6 @@ type fileStore struct {
|
||||
dir string
|
||||
}
|
||||
|
||||
type fileHandle struct {
|
||||
key string
|
||||
db *bolt.DB
|
||||
}
|
||||
|
||||
// record stored by us
|
||||
type record struct {
|
||||
Key string
|
||||
|
Reference in New Issue
Block a user