migrate/functional: fix `go build` failure

release-2.0
Yicheng Qin 2015-02-17 10:35:30 -08:00
parent 66199afb25
commit 90b06f874d
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,8 @@ import (
"time"
)
var binDir = ".versions"
type Proc struct {
*exec.Cmd
Name string

View File

@ -14,7 +14,6 @@ import (
)
var (
binDir = ".versions"
v1BinPath = path.Join(binDir, "1")
v2BinPath = path.Join(binDir, "2")
etcdctlBinPath string