github.com/simonmittag/ws@v1.1.0-rc.5.0.20210419231947-82b846128245/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 }