mirror of
https://github.com/oneclickvirt/basics.git
synced 2025-10-06 00:57:35 +08:00
8 lines
104 B
Go
8 lines
104 B
Go
package main
|
|
|
|
import "github.com/oneclickvirt/basics/system"
|
|
|
|
func main() {
|
|
system.CheckSystemInfo()
|
|
}
|