1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-28 18:02:02 +08:00
ContextOS/src/contexts/cli/cli_windows.go
shaoying a10cfd46cb kid do some
Change-Id: I62e31f200097f4106a2d569cdbb14a2b987c1537
2018-12-04 17:38:33 +08:00

9 lines
117 B
Go

package cli
import (
"contexts/ctx"
)
func sysinfo(m *ctx.Message, c *ctx.Context, key string, arg ...string) {
}