mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
9 lines
119 B
Go
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,
|
|
}
|