proto/goutils/proto_build/main_test.go
2023-12-08 18:09:54 +08:00

14 lines
137 B
Go

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