1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-26 11:48:20 +08:00
nps/lib/mux/web_test.go
2019-10-14 23:44:07 +08:00

8 lines
78 B
Go

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