1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/contexts/cli/version.go
2019-07-26 11:08:44 +08:00

9 lines
119 B
Go

package cli
var version = struct {
time string
host string
self int
}{
"2019-07-26 02:43:29", "com.mac_15", 217,
}