So there was an issue about case-sensitive of the famous library logrus, And it ended up with some updates from it:
Seeing weird case-sensitive problems? It's in the past been possible to
import Logrus as both upper- and lower-case. Due to the Go package environment,
this caused issues in the community and we needed a standard. Some environments
experienced problems with the upper-case variant, so the lower-case was decided.
Everything using logrus will need to use the lower-case:
github.com/sirupsen/logrus. Any package that isn't, should be changed.
So I kindly suggest we'd better to not use uppercase in organisation, as it's part of the go import path. To make the import path consistent with go practices, also to avoid some weird issues in potential.
This suggestion of changing organisation name might be imappropriate, but I hope you guys could consider this for the future of this awesome library.
So there was an issue about
case-sensitive
of the famous library logrus, And it ended up with some updates from it:So I kindly suggest we'd better to not use uppercase in organisation, as it's part of the go import path. To make the import path consistent with go practices, also to avoid some weird issues in potential.
This suggestion of changing organisation name might be imappropriate, but I hope you guys could consider this for the future of this awesome library.