mirror of
https://github.com/gohouse/gorose.git
synced 2025-09-26 20:01:15 +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))
|
|
}
|