1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-21 22:45:39 +00:00
This commit is contained in:
Vincent Batts 2014-07-02 15:12:49 -04:00
parent 60d141ea26
commit d856d5bea4

View file

@ -20,7 +20,7 @@ func main() {
flag.Parse()
if *flDate {
// this intentionally has no '\n'
// this intentionally has no '\n'
fmt.Printf("== %s", time.Now().Format(time.UnixDate))
return
}