connection trace web server

This commit is contained in:
刘河
2019-10-14 23:44:07 +08:00
parent f5d5f63366
commit 18ca5d04cc
2 changed files with 104 additions and 0 deletions

7
lib/mux/web_test.go Normal file
View File

@@ -0,0 +1,7 @@
package mux
import "testing"
func TestWeb(t *testing.T) {
NewLogServer()
}