From 8d7ba5fac77c95a157ad7a9533307ff561f101b6 Mon Sep 17 00:00:00 2001 From: Georg Zoeller Date: Sat, 22 Jul 2023 01:23:48 +0800 Subject: [PATCH] Update currency.go (#35) --- currency.go | 1 + 1 file changed, 1 insertion(+) diff --git a/currency.go b/currency.go index aedb20ad3a191b05c17d5846fc1212608209a135..f71364a86cd9de2a41f363d127d9e9e92d90d97a 100644 --- a/currency.go +++ b/currency.go @@ -10,4 +10,5 @@ var currencySymbols = map[string]string{ "RUB": "₽", "KRW": "₩", "BRL": "R$", + "SGD": "SGD$" }