added useless test file

because testing cannot handle os.Args
This commit is contained in:
2024-01-16 19:43:52 +05:30
parent 8125b8e2d0
commit 2129833948

6
main_test.go Normal file
View File

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