mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 04:53:50 +00:00
8 lines
78 B
Go
8 lines
78 B
Go
package mux
|
|
|
|
import "testing"
|
|
|
|
func TestWeb(t *testing.T) {
|
|
NewLogServer()
|
|
}
|