1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-22 15:05:39 +00:00

next-note: no new line

This commit is contained in:
Vincent Batts 2014-07-02 15:12:20 -04:00
parent 9b2ba11ada
commit 60d141ea26

View file

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