Skip to content

Instantly share code, notes, and snippets.

@mcnels1
Created October 25, 2016 21:03
Show Gist options
  • Save mcnels1/690d5d131d634fa70c98f1c5e64597db to your computer and use it in GitHub Desktop.
Save mcnels1/690d5d131d634fa70c98f1c5e64597db to your computer and use it in GitHub Desktop.
Attempting to run 'make dev'
==> Generating...
can't load package: package _/Users/mnelson/git/consul-template: cannot find package "_/Users/mnelson/git/consul-template" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/child: cannot find package "_/Users/mnelson/git/consul-template/child" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/child (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/child (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/config: cannot find package "_/Users/mnelson/git/consul-template/config" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/config (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/config (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/dependency: cannot find package "_/Users/mnelson/git/consul-template/dependency" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/dependency (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/dependency (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/logging: cannot find package "_/Users/mnelson/git/consul-template/logging" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/logging (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/logging (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/manager: cannot find package "_/Users/mnelson/git/consul-template/manager" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/manager (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/manager (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/signals: cannot find package "_/Users/mnelson/git/consul-template/signals" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/signals (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/signals (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/template: cannot find package "_/Users/mnelson/git/consul-template/template" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/template (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/template (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/test: cannot find package "_/Users/mnelson/git/consul-template/test" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/test (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/test (from $GOPATH)
can't load package: package _/Users/mnelson/git/consul-template/watch: cannot find package "_/Users/mnelson/git/consul-template/watch" in any of:
/usr/local/Cellar/go/1.7.3/libexec/src/_/Users/mnelson/git/consul-template/watch (from $GOROOT)
/Users/mnelson/go/src/_/Users/mnelson/git/consul-template/watch (from $GOPATH)
make: *** [generate] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment