proto/goutils/proto_build/main_test.go

14 lines
137 B
Go
Raw Normal View History

2023-11-27 17:36:02 +08:00
package main
import (
"testing"
)
func TestMain(t *testing.T) {
ServiceMain()
}
func TestGateway(t *testing.T) {
2023-12-08 18:09:54 +08:00
GenClientMain()
2023-11-27 17:36:02 +08:00
}