1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-14 23:56:06 +00:00
rke/vendor/golang.org/x/text/language/common.go
2017-11-06 19:40:19 +02:00

17 lines
347 B
Go

// This file was generated by go generate; DO NOT EDIT
package language
// This file contains code common to the maketables.go and the package code.
// langAliasType is the type of an alias in langAliasMap.
type langAliasType int8
const (
langDeprecated langAliasType = iota
langMacro
langLegacy
langAliasTypeUnknown langAliasType = -1
)