Compare commits

...

2 Commits
v0.0.6 ... main

Author SHA1 Message Date
cf1cd78552 Update go.mod 2024-12-16 19:46:40 +01:00
milarin
baf701ad1e removed useless tests 2024-01-12 18:19:55 +01:00
2 changed files with 1 additions and 11 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module git.milar.in/milarin/gmath
module git.tordarus.net/tordarus/gmath
go 1.19

View File

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