mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
style(check-ip): blank line between stderr loading output and results
This commit is contained in:
parent
e3973b240e
commit
a181133c2f
@ -207,6 +207,11 @@ func main() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Blank line separates the stderr "Loading ..." block from the real
|
||||||
|
// output (stdout results for CLI mode, or the stderr "listening on"
|
||||||
|
// log for serve mode).
|
||||||
|
fmt.Fprintln(os.Stderr)
|
||||||
|
|
||||||
for _, ip := range ips {
|
for _, ip := range ips {
|
||||||
cfg.writeText(os.Stdout, cfg.lookup(ip))
|
cfg.writeText(os.Stdout, cfg.lookup(ip))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user