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