make it build with modules and add the checklist from ire

This commit is contained in:
idk
2021-04-19 20:43:37 -04:00
parent ce52510de1
commit 6c7b8d48ea
48 changed files with 143 additions and 66 deletions

View File

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