-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Problem with importing #561
Comments
Hi @jszwedko, You are welcome. Thank you for response and work! |
Just published a release, so this should be fixed now, but please let me know if you still see issues. |
Thank you very much! I will give response this week as soon as possible. |
Sorry for late answer. Now I got this error:
Why we use gopkg.in? Does only github not enough for deploying and installing project? This leads for some problems in installing and using framework. |
What
|
@jszwedko, I'm also having this issue having originally installed the cli dependency from Github. When I try to run your commands, I get:
|
@dkushner apologies for the confusion, |
Hiya! There's a known issue with the current implementation of the CLI, where altsrc is generally clunky and poorly documented. My current idea is that I'm going to move all of the |
Hello,
My question is quite similar to #473 issue, #512 and #511 PRs.
I have read documentation and want to implement simple application.
My working area is (building from terminal):
I want to read specific fields from config.yml and parse it.
Here is my code (hope I am on the right way):
Which outputs after
go build *.go
these errors:I have removed
github.com/urfave/cli
package with these commands and nothing has changed:go clean -i -n github.com/urfave/cli...
go clean -i github.com/urfave/cli...
rmdir $GOPATH/pkg/darwin_amd64/github.com/urfave/cli
rm -rf $GOPATH/src/darwin_amd64/github.com/urfave/cli
The text was updated successfully, but these errors were encountered: