ProspectOne / perfops-cli

A simple command line tool to interact with hundreds of servers around the world.
https://perfops.net/cli
288 stars 45 forks source link

building fails #34

Closed bjo81 closed 6 years ago

bjo81 commented 6 years ago

Building fails here:

Building for linux/amd64
main.go:19:2: cannot find package "github.com/ProspectOne/perfops-cli/cmd" in any of:
    /usr/lib/go/src/github.com/ProspectOne/perfops-cli/cmd (from $GOROOT)
    /home/bjo/go/src/github.com/ProspectOne/perfops-cli/cmd (from $GOPATH)
jimaek commented 6 years ago

It looks like a local problem on your machine. Can check our build script over here? https://github.com/ProspectOne/perfops-cli/blob/master/hack/build-all.sh It should help you run a successful build

bjo81 commented 6 years ago

Sorry for the noise, my bad.