Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeybloggs <Dean.Karn@gmail.com>2016-08-16 04:18:40 +0300
committerjoeybloggs <Dean.Karn@gmail.com>2016-08-16 04:18:40 +0300
commit5e30685010ab9c6da8cc729a3e7eab0b1ae964ae (patch)
tree11782ebd7840c5c9bd60cdf318cd98898fb11fc7 /currency
parent7a50918c70b219070868048aa533f5b142880103 (diff)
add regular currency logic
Diffstat (limited to 'currency')
-rw-r--r--currency/currency.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/currency/currency.go b/currency/currency.go
index c155f44a..90a531dd 100644
--- a/currency/currency.go
+++ b/currency/currency.go
@@ -1,11 +1,11 @@
package currency
-// Currency is the type associated with the locales currency enum
-type Currency int
+// Type is the currency type associated with the locales currency enum
+type Type int
// locale currencies
const (
- ADP Currency = iota
+ ADP Type = iota
AED
AFA
AFN