浏览代码

tools/benchmark/cmd: fix fmt warning in import path

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 年之前
父节点
当前提交
fcfbeb30e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/benchmark/cmd/util.go

+ 1 - 1
tools/benchmark/cmd/util.go

@@ -21,10 +21,10 @@ import (
 	"os"
 	"strings"
 
+	"github.com/bgentry/speakeasy"
 	"github.com/coreos/etcd/clientv3"
 	"github.com/coreos/etcd/pkg/report"
 	"google.golang.org/grpc/grpclog"
-	"github.com/bgentry/speakeasy"
 )
 
 var (