This commit is contained in:
Vincent Batts 2014-07-02 15:12:49 -04:00
parent 60d141ea26
commit d856d5bea4
1 changed files with 1 additions and 1 deletions

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
}