v0.0.1 - 解耦方便融合怪调用

This commit is contained in:
spiritlhl
2024-06-25 02:05:55 +00:00
parent 86198d11d5
commit 0242086adb
19 changed files with 206 additions and 132 deletions

7
cmd/main_test.go Normal file
View File

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