ProspectOne / perfops-cli

A simple command line tool to interact with hundreds of servers around the world.

Home Page:https://perfops.net/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

building fails

bjo81 opened this issue · comments

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)

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

Sorry for the noise, my bad.