Closed nak3 closed 7 years ago
package: fix case-insensitive import collision
Since sirupsen/logrus changed lower-case for their project name, go-tcmu fails to run due to case-insensitive import collision. This patch changes the package name to lower case.
ref: https://github.com/sirupsen/logrus/issues/543#issuecomment-306586409
LGTM @xiang90
lgtm
package: fix case-insensitive import collision
Since sirupsen/logrus changed lower-case for their project name, go-tcmu fails to run due to case-insensitive import collision. This patch changes the package name to lower case.
ref: https://github.com/sirupsen/logrus/issues/543#issuecomment-306586409