Files
EpochSilicon/main_test.go
2025-06-04 11:19:44 +09:00

11 lines
187 B
Go

package main
import (
"testing"
)
func TestMain(t *testing.T) {
// Basic test to ensure the main package can be imported and tested
t.Log("TurtleSilicon main package test passed")
}