Compare commits
No commits in common. "main" and "v0.0.6" have entirely different histories.
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
||||
module git.tordarus.net/tordarus/gmath
|
||||
module git.milar.in/milarin/gmath
|
||||
|
||||
go 1.19
|
||||
|
10
math_test.go
Normal file
10
math_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package gmath
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMod(t *testing.T) {
|
||||
fmt.Println(ModPositive(-1, 10))
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user