Files
gorose/util_test.go
飞哥(fizzday) d3997394b8 must column
2024-03-21 09:16:48 +08:00

8 lines
99 B
Go

package gorose
import "testing"
func TestGetRandomInt(t *testing.T) {
t.Log(GetRandomInt(10))
}