mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2024-11-25 08:15:39 +00:00
gofmt
This commit is contained in:
parent
60d141ea26
commit
d856d5bea4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ func main() {
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if *flDate {
|
if *flDate {
|
||||||
// this intentionally has no '\n'
|
// this intentionally has no '\n'
|
||||||
fmt.Printf("== %s", time.Now().Format(time.UnixDate))
|
fmt.Printf("== %s", time.Now().Format(time.UnixDate))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue