remove randseed package

This commit is contained in:
Lawrence, Rendall
2023-03-19 20:13:44 +03:00
parent 34c2921be8
commit 63e0b93db4
8 changed files with 12 additions and 42 deletions

View File

@@ -13,8 +13,6 @@ import (
"testing"
"github.com/sot-tech/mochi/bittorrent"
// used for seeding global math.Rand
_ "github.com/sot-tech/mochi/pkg/randseed"
"github.com/sot-tech/mochi/storage"
)