Skip to content

Instantly share code, notes, and snippets.

@mdcarlson
Created March 22, 2016 11:49
Show Gist options
  • Save mdcarlson/9bb5160693741a27032f to your computer and use it in GitHub Desktop.
Save mdcarlson/9bb5160693741a27032f to your computer and use it in GitHub Desktop.
$ go get -d github.com/tcnksm/cf-plugin-update-cli
$ cd $GOPATH/src/github.com/tcnksm/cf-plugin-update-cli
$ make install
go get -v .
github.com/tcnksm/cf-plugin-update-cli
# github.com/tcnksm/cf-plugin-update-cli
./plugin.go:192: unknown plugin.PluginMetadata field 'Version' in struct literal
./plugin.go:199: unknown plugin.Command field 'UsageDetails' in struct literal
./version.go:15: undefined: plugin.VersionType
make: *** [deps] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment