ai-gateway/common/constants.go
2024-04-06 02:03:59 +08:00

7 lines
208 B
Go

package common
import "time"
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