This commit is contained in:
spiritlhl
2024-05-04 15:08:45 +00:00
parent 6237f6e5d3
commit c75ba6c255
2 changed files with 9 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ package main
import "github.com/oneclickvirt/basics/system"
func main() {
system.GetSystemInfo()
system.CheckSystemInfo()
}