mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 23:50:00 -07:00
Remove YAML/MD lint configs, reformat stdlib imports
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package random
|
||||
|
||||
import (
|
||||
_ "github.com/sot-tech/mochi/pkg/rand_seed"
|
||||
"github.com/stretchr/testify/require"
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
_ "github.com/sot-tech/mochi/pkg/rand_seed"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestIntn(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user