2023-04-22 12:39:27 +00:00
|
|
|
package common
|
|
|
|
|
2024-01-21 15:21:42 +00:00
|
|
|
import "time"
|
2023-04-22 12:39:27 +00:00
|
|
|
|
|
|
|
var StartTime = time.Now().Unix() // unit: second
|
|
|
|
var Version = "v0.0.0" // this hard coding will be replaced automatically when building, no need to manually change
|