You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Let me know if you have any question or any other issue :)
renatofl
changed the title
github.com/Sirupsen/logrus case sentitive imcompatibility
github.com/Sirupsen/logrus case sentitive incompatibility
Sep 20, 2018
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.
The text was updated successfully, but these errors were encountered: