veloc1ty

Results 2 comments of veloc1ty
trafficstars

You can set your own format string according to the README. Here is my "workaround" for €: ```go money_formatter_2 := accounting.Accounting{Symbol: "€", Precision: 2, Thousand: ".", Decimal: ","} money_formatter_2.SetFormat("%v %s")...

I experience the same. It sometimes still works. My assumption until now: A rate limiting from google is not handled properly.