Browse Source

fix compilation error

pull/2/head
Chris Lu 11 years ago
parent
commit
3e5b4da361
  1. 2
      go/storage/volume_vacuum.go

2
go/storage/volume_vacuum.go

@ -4,7 +4,7 @@ import (
"code.google.com/p/weed-fs/go/glog" "code.google.com/p/weed-fs/go/glog"
"fmt" "fmt"
"os" "os"
"time"
_ "time"
) )
func (v *Volume) garbageLevel() float64 { func (v *Volume) garbageLevel() float64 {

Loading…
Cancel
Save