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

7
cmd/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/oneclickvirt/basics/system"
func main() {
system.GetSystemInfo()
}