@ -0,0 +1,5 @@
package testmod
func Add(a, b int) int {
return a + b
}
@ -0,0 +1,3 @@
module git.catgirls.asia/B4D_US3R/testmod
go 1.23.1