Add test skeleton

This commit is contained in:
Chandler Swift 2020-03-20 10:28:10 -05:00
parent 095080cdad
commit 001ae9c9dd

9
server_test.go Normal file
View file

@ -0,0 +1,9 @@
package main
import (
"testing"
)
func TestServ(t *testing.T) {
// todo
}