Skip to content

Commit 79eb77a

Browse files
author
Werberson Silva
committed
fix possible mixed import conflicts, mixing upper- and lower-case logrus import
see sirupsen/logrus#570 (comment)
1 parent 1cd97eb commit 79eb77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/dnsrecord.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package types
33
import (
44
"strings"
55

6-
"github.com/Sirupsen/logrus"
6+
"github.com/sirupsen/logrus"
77
)
88

99
// DNSRecord defines what we understand as a DNSRecord

0 commit comments

Comments
 (0)