testbed2/main_test.go

8 lines
113 B
Go
Raw Permalink Normal View History

package main
import "testing"
func TestModule(t *testing.T) {
// Basic test to verify module initialization
}