package template
// ==============================
// 語言與驗證碼類型
type Language string
const (
LanguageZhTW Language = "zh-tw"
)