From 702be5ea728a65a4f4f0c12a80af2eee5d109096 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 21 Mar 2016 23:56:42 +0300 Subject: [PATCH] Small error message fix. --- point_post_crawler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/point_post_crawler.go b/point_post_crawler.go index e51d674..8bd32a5 100644 --- a/point_post_crawler.go +++ b/point_post_crawler.go @@ -18,7 +18,7 @@ func main() { flag.Parse() if len(login) < 1 || len(password) < 1 { - fmt.Printf("Login and password must be defined") + fmt.Println("Login and password must be defined") return }