We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm on Ubuntu and getting this, any ideas? <
~/memcached-util$ make building: bin/linux-amd64/memcached-util Unable to find image 'golang:1.11-alpine' locally 1.11-alpine: Pulling from library/golang 9d48c3bd43c5: Pull complete 7f94eaf8af20: Pull complete 9fe9984849c1: Pull complete ec448270508e: Pull complete 65ba82af53f7: Pull complete Digest: sha256:09e47edb668c2cac8c0bbce113f2f72c97b1555d70546dff569c8b9b27fcebd3 Status: Downloaded newer image for golang:1.11-alpine cmd/util/main.go:6:2: cannot find package "github.com/op/go-logging" in any of: /usr/local/go/src/github.com/op/go-logging (from $GOROOT) /go/src/github.com/op/go-logging (from $GOPATH) Makefile:78: recipe for target 'bin/linux-amd64/memcached-util' failed make: *** [bin/linux-amd64/memcached-util] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm on Ubuntu and getting this, any ideas? <
The text was updated successfully, but these errors were encountered: