This commit is contained in:
pigwin
2024-12-30 21:16:45 +00:00
parent cda95aa4f2
commit 2462c6057e

View File

@@ -19,6 +19,7 @@ func main() {
// Get the current timestamp
starttimestamp := time.Now().Format("20060102T150405")
log.Printf("Starting timestamp: %s", starttimestamp)
for {
start := time.Now()