1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-26 23:43:46 +00:00
Files
rke/vendor/golang.org/x/text/language/common.go
galal-hussein c4677f8ee6 Vendor update
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
)