Browse Source

fix import error

pull/279/head
tnextday 10 years ago
parent
commit
7be9a705a8
  1. 2
      go/storage/disk_location.go

2
go/storage/disk_location.go

@ -5,7 +5,7 @@ import (
"strings" "strings"
"sync" "sync"
"github.com/golang/glog"
"github.com/chrislusf/seaweedfs/go/glog"
) )
// DiskLocation is concurrent safe // DiskLocation is concurrent safe

Loading…
Cancel
Save