Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import sirupsen/logrus with lowercase name #2

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Conversation

mtenberge
Copy link
Contributor

The import path of logrus has been changed, the uppercase S has been replaced with a lowercase s. See the first paragraph of their README.

Keeping the upper-case import breaks Go Modules in projects that use both debugmutex and other packages which also import logrus.

As can be read here, the final name will stay lower-cased.

@LK4D4 LK4D4 merged commit 58f344c into LK4D4:master Jun 18, 2019
@LK4D4
Copy link
Owner

LK4D4 commented Jun 18, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants