diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-05-26 17:36:41 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-05-26 17:36:41 -0700 |
| commit | 3e5b4da361c67d664ba826c3df376ec0cda82275 (patch) | |
| tree | bc770170e45ee81ee0815915ca40f2e47cc1ce46 | |
| parent | 625f880b155eed2b1214a0490cf73c871a6ab18a (diff) | |
| download | seaweedfs-3e5b4da361c67d664ba826c3df376ec0cda82275.tar.xz seaweedfs-3e5b4da361c67d664ba826c3df376ec0cda82275.zip | |
fix compilation error
| -rw-r--r-- | go/storage/volume_vacuum.go | 2 |
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 { |
