github.com/ezoic/ws@v1.0.4-0.20220713205711-5c1d69e074c5/example/autobahn/autobahn_test.go (about) 1 // +build autobahn 2 3 package main 4 5 import "testing" 6 7 func TestCallMain(t *testing.T) { 8 main() 9 }