proto/goutils/proto_build/main_test.go

14 lines
137 B
Go
Raw Normal View History

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