Browse Source

e2e: import fmt in etcdctlv3_test.go

Hitoshi Mitake 9 years ago
parent
commit
4ff81678ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      e2e/etcdctlv3_test.go

+ 1 - 0
e2e/etcdctlv3_test.go

@@ -15,6 +15,7 @@
 package e2e
 package e2e
 
 
 import (
 import (
+	"fmt"
 	"os"
 	"os"
 	"strconv"
 	"strconv"
 	"strings"
 	"strings"