xelabs / go-mydumper

A multi-threaded MySQL backup and restore tool, faster than mysqldump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot find package "github.com/xelabs/go-mysqlstack/common"

Catscrash opened this issue · comments

Hi,

when trying to build with the instructions given in the README, I get the following:

src/common/common.go:17:2: cannot find package "github.com/xelabs/go-mysqlstack/common" in any of:
        /usr/lib/go-1.10/src/github.com/xelabs/go-mysqlstack/common (from $GOROOT)
        /usr/src/go-mydumper/src/github.com/xelabs/go-mysqlstack/common (from $GOPATH)
makefile:13: recipe for target 'build' failed
make: *** [build] Error 1

thanks for any help

commented

Hi,
this commit fixed: b996021

Plese git pull from master branch again.