-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Errors with initial build #5
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
Here are some more details... ` ==> Downloading https://homebrew.bintray.com/bottles/go-1.9.3.high_sierra.bottle You may wish to add the GOROOT-based install location to your PATH: levanter:cred-alert sean$ cd src ` |
Getting closer here. After setting the GOROOT properly. Now I just have to install various go package dependencies.
|
I'm following the build instructions per the README.md but getting errors.
levanter:cred-alert sean$ go build cmd/cred-alert-cli can't load package: package cmd/cred-alert-cli: cannot find package "." in: /usr/local/Cellar/go/1.9.3/libexec/src/cmd/cred-alert-cli levanter:cred-alert sean$
Any thoughts?
The text was updated successfully, but these errors were encountered: