summaryrefslogtreecommitdiff
path: root/tests/main.go
blob: 81234864a07d10c66836e0effe6ff31c569691a1 (plain) (blame)
1
2
3
4
5
6
7
package main

import "wscat"

func main() {
	wscat.MainTest()
}