diff options
Diffstat (limited to 'go/operation/list_masters.go')
| -rw-r--r-- | go/operation/list_masters.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/operation/list_masters.go b/go/operation/list_masters.go index 7d46a9ebc..7ada94243 100644 --- a/go/operation/list_masters.go +++ b/go/operation/list_masters.go @@ -1,9 +1,10 @@ package operation import ( + "encoding/json" + "github.com/chrislusf/weed-fs/go/glog" "github.com/chrislusf/weed-fs/go/util" - "encoding/json" ) type ClusterStatusResult struct { |
