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