添加测试main

This commit is contained in:
eson 2023-07-21 10:47:54 +08:00
parent 8a4f990214
commit 3d678dc243

View File

@ -0,0 +1,7 @@
package main
import "testing"
func TestMain(t *testing.T) {
main()
}