mirror of
https://github.com/gohouse/gorose.git
synced 2025-12-24 12:47:55 +08:00
8 lines
99 B
Go
8 lines
99 B
Go
package gorose
|
|
|
|
import "testing"
|
|
|
|
func TestGetRandomInt(t *testing.T) {
|
|
t.Log(GetRandomInt(10))
|
|
}
|