prefix with expiry time

This allows us to feed output to a program like SORT(1) and have
a useful sorting.
This commit is contained in:
sm
2018-04-09 15:38:26 -07:00
parent b29178372b
commit 6fac434ef1
+1 -1
View File
@@ -42,7 +42,7 @@ func main() {
log.Printf("get date: %v", err)
return
}
fmt.Printf("%-24v %v\n", res.host, res.exp)
fmt.Printf("%v %v\n", res.exp, res.host)
}(w)
}
wg.Wait()