Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf1cd78552 | |||
![]() |
baf701ad1e |
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
||||
module git.milar.in/milarin/gmath
|
||||
module git.tordarus.net/tordarus/gmath
|
||||
|
||||
go 1.19
|
||||
|
10
math_test.go
10
math_test.go
@ -1,10 +0,0 @@
|
||||
package gmath
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMod(t *testing.T) {
|
||||
fmt.Println(ModPositive(-1, 10))
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user