fusen-gateway/server/main_test.go
2023-11-03 13:13:28 +08:00

10 lines
77 B
Go

package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}