ingress-nginx-helm/vendor/golang.org/x/text/language/common.go
Manuel de Brito Fontes 1bc383f9c5 Update godeps
2016-11-11 18:22:34 -03:00

16 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
)