proto/goutils/proto_build/tpls/main_test.tpl

10 lines
77 B
Smarty
Raw Normal View History

2023-11-27 09:36:02 +00:00
package main
import (
"testing"
)
func TestMain(t *testing.T) {
main()
}