diff --git a/server_test.go b/server_test.go new file mode 100644 index 0000000..0ee1821 --- /dev/null +++ b/server_test.go @@ -0,0 +1,9 @@ +package main + +import ( + "testing" +) + +func TestServ(t *testing.T) { + // todo +}