aboutsummaryrefslogtreecommitdiff
path: root/go/storage
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-05-26 17:36:41 -0700
committerChris Lu <chris.lu@gmail.com>2014-05-26 17:36:41 -0700
commit3e5b4da361c67d664ba826c3df376ec0cda82275 (patch)
treebc770170e45ee81ee0815915ca40f2e47cc1ce46 /go/storage
parent625f880b155eed2b1214a0490cf73c871a6ab18a (diff)
downloadseaweedfs-3e5b4da361c67d664ba826c3df376ec0cda82275.tar.xz
seaweedfs-3e5b4da361c67d664ba826c3df376ec0cda82275.zip
fix compilation error
Diffstat (limited to 'go/storage')
-rw-r--r--go/storage/volume_vacuum.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/storage/volume_vacuum.go b/go/storage/volume_vacuum.go
index 9836a8dd9..9ccf9f588 100644
--- a/go/storage/volume_vacuum.go
+++ b/go/storage/volume_vacuum.go
@@ -4,7 +4,7 @@ import (
"code.google.com/p/weed-fs/go/glog"
"fmt"
"os"
- "time"
+ _ "time"
)
func (v *Volume) garbageLevel() float64 {