next-note: no new line

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

View File

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