diff options
| author | joeslay <54322500+joeslay@users.noreply.github.com> | 2019-10-01 17:55:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-01 17:55:31 +0100 |
| commit | 9d03aa6a38ad964b02cc19dffec60c646567c99f (patch) | |
| tree | dcd9a5eb7fb377deac380aa27d45baa2c3b99963 /unmaintained/see_dat/see_dat.go | |
| parent | eb27c2b03762b2ff214824fad504aa348f397afd (diff) | |
| parent | 8599442ab11eb7dcc8cc681b1600d0a1cffc0c6d (diff) | |
| download | seaweedfs-9d03aa6a38ad964b02cc19dffec60c646567c99f.tar.xz seaweedfs-9d03aa6a38ad964b02cc19dffec60c646567c99f.zip | |
Merge pull request #8 from chrislusf/master
merge seaweed master
Diffstat (limited to 'unmaintained/see_dat/see_dat.go')
| -rw-r--r-- | unmaintained/see_dat/see_dat.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unmaintained/see_dat/see_dat.go b/unmaintained/see_dat/see_dat.go index e8e54fd4f..e07704fc6 100644 --- a/unmaintained/see_dat/see_dat.go +++ b/unmaintained/see_dat/see_dat.go @@ -2,12 +2,11 @@ package main import ( "flag" + "time" "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/storage" "github.com/chrislusf/seaweedfs/weed/storage/needle" - - "time" ) var ( @@ -45,5 +44,4 @@ func main() { if err != nil { glog.Fatalf("Reading Volume File [ERROR] %s\n", err) } - } |
