mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
12 lines
188 B
Go
12 lines
188 B
Go
package cli
|
|
|
|
var version = struct {
|
|
init []string
|
|
time string
|
|
host string
|
|
self int
|
|
}{
|
|
[]string{"2017-11-01 01:02:03", "2019-07-13 18:02:21"},
|
|
`2019-10-28 17:53:02`, `centos`, 651,
|
|
}
|