OSDN Git Service

new repo
[bytom/vapor.git] / vendor / golang.org / x / text / language / common.go
1 // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2
3 package language
4
5 // This file contains code common to the maketables.go and the package code.
6
7 // langAliasType is the type of an alias in langAliasMap.
8 type langAliasType int8
9
10 const (
11         langDeprecated langAliasType = iota
12         langMacro
13         langLegacy
14
15         langAliasTypeUnknown langAliasType = -1
16 )