This commit is contained in:
shoopea 2019-05-09 17:19:34 +08:00
parent 419f917b3b
commit 9518199a3b

View File

@ -2,6 +2,9 @@ package main
import (
"log"
"regexp"
"strconv"
"time"
)
func failOnError(err error, msg string) {