Created
July 1, 2018 13:20
-
-
Save jirfag/798ce392744fc3ca5e8347e962469977 to your computer and use it in GitHub Desktop.
Depguard demo in golangci-lint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package logger | |
import ( | |
"github.com/sirupsen/logrus" //nolint:depguard | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment