fixing logrus example and case
This commit is contained in:
@@ -2,7 +2,7 @@ package crypto
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
log "github.com/sirupsen/logrus"
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"io"
|
||||
"testing"
|
||||
)
|
||||
|
Reference in New Issue
Block a user