diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-14 00:30:20 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-14 00:30:20 -0700 |
| commit | 91ac2e0dd920c0f629f4076202267afbac74a62c (patch) | |
| tree | 62fd114662eb8e3f3a2785199b013bc770ccdfe6 /weed/operation/lookup.go | |
| parent | 249eeccf32261171bf2806a39bef10e797894343 (diff) | |
| download | seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.tar.xz seaweedfs-91ac2e0dd920c0f629f4076202267afbac74a62c.zip | |
go fmt
Diffstat (limited to 'weed/operation/lookup.go')
| -rw-r--r-- | weed/operation/lookup.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/operation/lookup.go b/weed/operation/lookup.go index 25cc65c51..c495af1af 100644 --- a/weed/operation/lookup.go +++ b/weed/operation/lookup.go @@ -1,6 +1,7 @@ package operation import ( + "context" "encoding/json" "errors" "fmt" @@ -9,9 +10,8 @@ import ( "strings" "time" - "github.com/chrislusf/seaweedfs/weed/util" "github.com/chrislusf/seaweedfs/weed/pb/master_pb" - "context" + "github.com/chrislusf/seaweedfs/weed/util" ) type Location struct { |
