Updated currency conversion rates

This commit is contained in:
Eduard Urbach 2018-06-30 13:06:33 +09:00
parent 382ad39c6f
commit 1b06171718

View File

@ -9,8 +9,8 @@ import (
// Current currency rates // Current currency rates
const ( const (
yenToEuro = 0.0075 yenToEuro = 0.0077
yenToDollar = 0.0093 yenToDollar = 0.0090
) )
var countryQuery = gountries.New() var countryQuery = gountries.New()