mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-22 06:55:39 +00:00
next-note: no new line
This commit is contained in:
parent
9b2ba11ada
commit
60d141ea26
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue