Add test skeleton
This commit is contained in:
parent
095080cdad
commit
001ae9c9dd
9
server_test.go
Normal file
9
server_test.go
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestServ(t *testing.T) {
|
||||||
|
// todo
|
||||||
|
}
|
Loading…
Reference in a new issue