Skip to content
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

go get failed: unknown cli.Command field 'Aliases' in struct literal #1

Open
nordicdyno opened this issue Dec 20, 2015 · 1 comment

Comments

@nordicdyno
Copy link

go get eriol.xyz/piken
# eriol.xyz/piken
../../gohome/src/eriol.xyz/piken/main.go:94: unknown cli.Command field 'Aliases' in struct literal

$ go version
go version go1.5.2 darwin/amd64

@eriol
Copy link
Owner

eriol commented Dec 21, 2015

Hello @nordicdyno!
Can you tell me what version (I mean the commit hash) of codegangsta/cli have you installed?
Aliases were added in urfave/cli@bf65971.

If you can't update codegangsta/cli in your usual GOPATH env, you can try the following:

% cd /path/to/somewhere
% env GOPATH=`pwd` go get eriol.xyz/piken

If this works, you will find piken command inside /path/to/somewhere/bin directory.

I'm thinking about to start managing dependencies in a better way, sorry for the annoyance related to not having versioned dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants