Files
triggerssmith/internal/vars/variables.go
2025-11-30 15:28:30 +02:00

6 lines
57 B
Go

package vars
import "time"
var START_TIME = time.Now()