aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/lookup.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/operation/lookup.go')
-rw-r--r--weed/operation/lookup.go4
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 {