1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-06 09:41:01 +00:00
Files
norman/vendor/golang.org/x/text/language/common.go
Darren Shepherd 816c6cf363 Vendor bump
2017-11-10 21:46:33 -07:00

17 lines
370 B
Go

// Code generated by running "go generate" in golang.org/x/text. 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
)