-
-
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
How do i use other flag parse tools ,like kingpin🤔 #159
Comments
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! |
Fiber and other frameworks rely on If you could provide an error log, we might be able to help out. |
I edit the code snippet. if no flag set the server start success. but if i start with flag |
I'm a little confused why |
@dominicqi I created a PR with a possible fix, could you try it again with the master branch? |
It not work.
|
@dominicqi, we fixed this issue in Could you update to latest version and tell me if it works? |
Question description
fiber.New()
callsflag.Parse
。but when i usekingpin
,they are in conflict.i think the
fiber.New()
may should not callflag.Parse()
. What do you think?Could there be another solution?Sorry, I'm new to golang.
Code snippet (optional)
The text was updated successfully, but these errors were encountered: