aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/icrowley/fake/currencies.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/icrowley/fake/currencies.go')
-rw-r--r--vendor/github.com/icrowley/fake/currencies.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/icrowley/fake/currencies.go b/vendor/github.com/icrowley/fake/currencies.go
deleted file mode 100644
index b85c9436..00000000
--- a/vendor/github.com/icrowley/fake/currencies.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package fake
-
-// Currency generates currency name
-func Currency() string {
- return lookup(lang, "currencies", true)
-}
-
-// CurrencyCode generates currency code
-func CurrencyCode() string {
- return lookup(lang, "currency_codes", true)
-}