mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-28 18:02:02 +08:00
9 lines
117 B
Go
9 lines
117 B
Go
package cli
|
|
|
|
import (
|
|
"contexts/ctx"
|
|
)
|
|
|
|
func sysinfo(m *ctx.Message, c *ctx.Context, key string, arg ...string) {
|
|
}
|