nps/lib/mux/web_test.go

8 lines
78 B
Go
Raw Normal View History

2019-10-14 15:44:07 +00:00
package mux
import "testing"
func TestWeb(t *testing.T) {
NewLogServer()
}