qax-os / goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Apache License 2.0
3.13k stars 273 forks source link

Would you mind to change the organisation name to lowercase? #67

Open wahyd4 opened 6 years ago

wahyd4 commented 6 years ago

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.