This commit is contained in:
spiritysdx
2024-06-25 16:41:43 +08:00
commit 467231ddcf
33 changed files with 1560 additions and 0 deletions

7
basic/basic_test.go Normal file
View File

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