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

currency.tmpl « cmd - github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80c83eeeb17b1d816c1cbf82c6a606075e3bbffb (plain)
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 }}