adding test example

This commit is contained in:
Roland Osborne 2022-01-11 09:36:16 -08:00
parent 2e46a0c024
commit 67ea2f23fd
2 changed files with 7 additions and 0 deletions

Binary file not shown.

7
net/server/main_test.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "testing"
func TestMain(t *testing.T) {
}