ai-gateway/common/constants.go

7 lines
208 B
Go
Raw Normal View History

2023-04-22 12:39:27 +00:00
package common
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