summaryrefslogtreecommitdiff
path: root/crawler/convert_price.go
diff options
context:
space:
mode:
Diffstat (limited to 'crawler/convert_price.go')
-rw-r--r--crawler/convert_price.go2
1 files changed, 1 insertions, 1 deletions
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