Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
202 B · 13 lines
Go
1234567891011121314package main
import ( "fmt" "os" "time"
"github.com/google/uuid")
var Version = os.Getenv("STREAMPLACE_DEV_VERSION")var BuildTime = fmt.Sprint(time.Now().Unix())var UUID = uuid.New().String()