10 lines
83 B
Go
Executable File
10 lines
83 B
Go
Executable File
package server
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestServerNew(t *testing.T) {
|
|
New()
|
|
}
|