Compare commits
5 commits
be90154bdb
...
c524d8c139
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c524d8c139 | ||
| e72ef6ae87 | |||
|
|
dc891ae1c4 | ||
|
|
5515215947 | ||
|
|
8191bcc224 |
3 changed files with 13 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
module github.com/marmaduke/testbed2
|
||||||
|
|
||||||
|
go 1.24
|
||||||
3
main.go
Normal file
3
main.go
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
func main() {}
|
||||||
7
main_test.go
Normal file
7
main_test.go
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestModule(t *testing.T) {
|
||||||
|
// Basic test to verify module initialization
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue