From f4a905f93824b91a56b3fb7117438935ea16286f Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 12 Feb 2018 22:53:28 +0100 Subject: Improvements, bug fixes, more utility functions, etc... (crawler) --- crawler/convert_price.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler/convert_price.go') diff --git a/crawler/convert_price.go b/crawler/convert_price.go index a76c067..2d2bc1a 100644 --- a/crawler/convert_price.go +++ b/crawler/convert_price.go @@ -10,7 +10,7 @@ import ( func convert_price(price string) (int, error) { if "" == price { - return 0, errors.New("Empty string") + return 0, errors.New("convert_price: Empty string") } multiply_by_10 := false -- cgit v1.2.3