OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / go-playground / locales / cmd / currency.tmpl
1 {{ define "currencies" }}
2 package currency
3
4 // Type is the currency type associated with the locales currency enum
5 type Type int
6
7 // locale currencies
8 const (
9         {{ . }}
10 )
11 {{ end }}