We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xgb/examples/doc.go
Lines 13 to 14 in cec22bd
Hello, in the documentation at the root of the examples folder, a package named github.com/jezek/xgbutil is mentioned. However, it does not exist:
github.com/jezek/xgbutil
https://github.com/jezek/xgbutil
I'd recommend either reverting the link to BurntSushi/xgbutil or forking it to jezek
jezek
The text was updated successfully, but these errors were encountered:
Hmm... When reverting the link and someone would use BurntSushi/xgbutil in project, then he wouldn't use jezek/xgb, but BurntSushi/xgb.
BurntSushi/xgbutil
jezek/xgb
BurntSushi/xgb
3 solutions come to my mind:
@scrouthtv Which one would you recomend or do you have another idea?
Sorry, something went wrong.
I'm in favor of 3)
As you said, xgbutil itself depends on xgb and Burnt sushi's xgbutil currently references their xgb not this one.
xgbutil seems unmaintained as well (it doesn't even have a go.mod) so forking it and reactivating would be a nice side-effect
I've forked it and rewrote dependencies needed to pass test/compile
No branches or pull requests
xgb/examples/doc.go
Lines 13 to 14 in cec22bd
Hello, in the documentation at the root of the examples folder, a package named
github.com/jezek/xgbutil
is mentioned. However, it does not exist:https://github.com/jezek/xgbutil
I'd recommend either reverting the link to BurntSushi/xgbutil or forking it to
jezek
The text was updated successfully, but these errors were encountered: