mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-07-15 16:24:36 +00:00
Output completion time of last parse
This commit is contained in:
parent
15d89ae5e1
commit
915b396bc5
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
@ -19,5 +20,5 @@ func main() {
|
||||||
|
|
||||||
fmt.Println("Starting stat parser")
|
fmt.Println("Starting stat parser")
|
||||||
initParser()
|
initParser()
|
||||||
fmt.Println("All done!")
|
fmt.Println("All done!", time.Now().Format(time.RFC850))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue