nps/lib/mux/web_test.go

8 lines
78 B
Go

package mux
import "testing"
func TestWeb(t *testing.T) {
NewLogServer()
}