Compare commits

..

No commits in common. "e72ef6ae8713d8c6915cbd89283a311c95bb8500" and "f719faa28ba836434e21a1845346469c7719454f" have entirely different histories.

3 changed files with 0 additions and 13 deletions

3
go.mod
View file

@ -1,3 +0,0 @@
module github.com/marmaduke/testbed2
go 1.24

View file

@ -1,3 +0,0 @@
package main
func main() {}

View file

@ -1,7 +0,0 @@
package main
import "testing"
func TestModule(t *testing.T) {
// Basic test to verify module initialization
}