When I try to install with go get I receive the following error:
package github.com/cloudfoundry/cli/cf/configuration/config_helpers: cannot find package "github.com/cloudfoundry/cli/cf/configuration/config_helpers" in any of:
/usr/local/opt/go/libexec/src/github.com/cloudfoundry/cli/cf/configuration/config_helpers (from $GOROOT)
/Users/johngrogg/.go/src/github.com/cloudfoundry/cli/cf/configuration/config_helpers (from $GOPATH)
package github.com/cloudfoundry/cli/cf/configuration/core_config: cannot find package "github.com/cloudfoundry/cli/cf/configuration/core_config" in any of:
/usr/local/opt/go/libexec/src/github.com/cloudfoundry/cli/cf/configuration/core_config (from $GOROOT)
/Users/johngrogg/.go/src/github.com/cloudfoundry/cli/cf/configuration/core_config (from $GOPATH)
It appears the cloud foundry cli project has modified the folder structures of the cf/configuration directory.
When I try to install with
go getI receive the following error:It appears the cloud foundry cli project has modified the folder structures of the
cf/configurationdirectory.