mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-20 01:34:47 +00:00
Output completion time of last parse
This commit is contained in:
parent
15d89ae5e1
commit
915b396bc5
|
|
@ -10,6 +10,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
@ -19,5 +20,5 @@ func main() {
|
|||
|
||||
fmt.Println("Starting stat parser")
|
||||
initParser()
|
||||
fmt.Println("All done!")
|
||||
fmt.Println("All done!", time.Now().Format(time.RFC850))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue