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

github.com/Sirupsen/logrus case sentitive incompatibility #3

Closed
renatofl opened this issue Sep 19, 2018 · 3 comments
Closed

github.com/Sirupsen/logrus case sentitive incompatibility #3

renatofl opened this issue Sep 19, 2018 · 3 comments

Comments

@renatofl
Copy link

Hi alaingilbert,

I'm trying to use your ogame wrapper package with go-astilectron but I'm currently having some incompatibility problems (case senstive) with package imports.

This package:

"github.com/Sirupsen/logrus"

go-astilectron:

"github.com/sirupsen/logrus"

I found some links where the maintainer recommends using all lower-case, you can found it here:
sirupsen/logrus#570
sirupsen/logrus#543

Could you change it ?

Thank you.

@alaingilbert
Copy link
Owner

Hello,
I changed the import 6ece4ed

Let me know if you have any question or any other issue :)

@renatofl renatofl changed the title github.com/Sirupsen/logrus case sentitive imcompatibility github.com/Sirupsen/logrus case sentitive incompatibility Sep 20, 2018
@alaingilbert
Copy link
Owner

Turns out that I just removed logrus altogether. 70a9943

@renatofl
Copy link
Author

Thank you so much.

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