Poindexter/examples/dht_helpers/main_test.go

9 lines
154 B
Go
Raw Normal View History

package main
import "testing"
func TestMain_Run(t *testing.T) {
// Just ensure the example main runs without panic to contribute to coverage
main()
}