jleight / omxplayer

Library for controlling OMXPlayer via D-Bus in Go.
MIT License
21 stars 12 forks source link

Fixed case-insensitive import collision. #5

Closed yukpiz closed 6 years ago

yukpiz commented 6 years ago

Can not be resolved if mixed upper and lower case references. It was necessary to change to reference of lowercase letters. https://github.com/sirupsen/logrus/issues/543

case-insensitive import collision: "github.com/sirupsen/logrus" and "github.com/Sirupsen/logrus"

Please review :)

jleight commented 6 years ago

Looks good to me. Thanks!