currency.tmpl 179 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 {{ define "currencies" }} package currency // Type is the currency type associated with the locales currency enum type Type int // locale currencies const ( {{ . }} ) {{ end }}