fixing logrus example and case

This commit is contained in:
2016-09-11 02:04:41 -04:00
parent 2772adb64e
commit b8dee980f5
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ package crypto
import (
"crypto/rand"
log "github.com/sirupsen/logrus"
log "github.com/Sirupsen/logrus"
"io"
"testing"
)