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