diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-10-26 11:34:55 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-10-26 11:34:55 -0700 |
| commit | 179d36ba0e35e4bdad86988a49828836b649e3df (patch) | |
| tree | 90c15051728350d3470fbaa44f8531532bdcf386 /go/weed/export.go | |
| parent | a5d6e70299559c10126f6ef248f475152303a79a (diff) | |
| download | seaweedfs-179d36ba0e35e4bdad86988a49828836b649e3df.tar.xz seaweedfs-179d36ba0e35e4bdad86988a49828836b649e3df.zip | |
formatting code by: goimports -w=true .
Diffstat (limited to 'go/weed/export.go')
| -rw-r--r-- | go/weed/export.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/go/weed/export.go b/go/weed/export.go index 9f33d852f..c9cc0e3fe 100644 --- a/go/weed/export.go +++ b/go/weed/export.go @@ -4,14 +4,15 @@ import ( "archive/tar" "bytes" "fmt" - "github.com/chrislusf/weed-fs/go/glog" - "github.com/chrislusf/weed-fs/go/storage" "os" "path" "strconv" "strings" "text/template" "time" + + "github.com/chrislusf/weed-fs/go/glog" + "github.com/chrislusf/weed-fs/go/storage" ) func init() { |
