xelabs / go-mydumper

A multi-threaded MySQL backup and restore tool, faster than mysqldump
GNU General Public License v3.0
346 stars 100 forks source link

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

Closed Catscrash closed 5 years ago

Catscrash commented 5 years ago

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

BohuTANG commented 5 years ago

Hi, this commit fixed: https://github.com/xelabs/go-mydumper/commit/b996021e4c95b7fa46baa14f785d132c8877d2f7

Plese git pull from master branch again.