package gmath import ( "fmt" "testing" ) func TestMod(t *testing.T) { fmt.Println(ModPositive(-1, 10)) }