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 }