This commit is contained in:
spiritlhl
2024-05-04 08:17:38 +00:00
parent 81df379022
commit 52bb9b9db6
23 changed files with 1409 additions and 0 deletions

9
system/system_test.go Normal file
View File

@@ -0,0 +1,9 @@
package system
import (
"testing"
)
func TestGetSystemInfo(t *testing.T) {
GetSystemInfo()
}