coreos / go-tcmu

Go SCSI emulation via the Linux TCM in Userspace module
Apache License 2.0
53 stars 26 forks source link

fix logrus import collision #13

Closed nak3 closed 7 years ago

nak3 commented 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

barakmich commented 7 years ago

LGTM @xiang90

xiang90 commented 7 years ago

lgtm