From 001ae9c9ddf23b33686cfa6e152cb2dc0370efa8 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 20 Mar 2020 10:28:10 -0500 Subject: [PATCH] Add test skeleton --- server_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 server_test.go 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 +}