From 3e5b4da361c67d664ba826c3df376ec0cda82275 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 26 May 2014 17:36:41 -0700 Subject: [PATCH] fix compilation error --- go/storage/volume_vacuum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {