first commit: one-api base code + SAAS plan document
This commit is contained in:
6
common/constants.go
Normal file
6
common/constants.go
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user