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

10 lines
77 B
Smarty

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