rproxy3/server/new_test.go

10 lines
83 B
Go
Executable File

package server
import (
"testing"
)
func TestServerNew(t *testing.T) {
New()
}