Closed benoahriz closed 8 years ago
trying to run the tests and getting
$ go test # github.com/ahmetalpbalkan/go-dexec ./execution.go:26: undefined: docker.CloseWaiter
looks like it was just an outdated version of https://github.com/fsouza/go-dockerclient
go get github.com/fsouza/go-dockerclient got me the wrong version.
cloning the latest code from the repo got it working
trying to run the tests and getting