mirror of https://github.com/ehang-io/nps
8 lines
78 B
Go
8 lines
78 B
Go
![]() |
package mux
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestWeb(t *testing.T) {
|
||
|
NewLogServer()
|
||
|
}
|