proto/goutils/proto_build/main_test.go
huangsimin@fusen.cn c0cbff775f 最新版本
2023-11-27 17:36:02 +08:00

14 lines
135 B
Go

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