blob: 9d86e185543397c10ff3d6638de867d1bda9de0d [file] [log] [blame]
William Kurkianea869482019-04-09 15:16:11 -04001// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2
3package 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.
8type langAliasType int8
9
10const (
11 langDeprecated langAliasType = iota
12 langMacro
13 langLegacy
14
15 langAliasTypeUnknown langAliasType = -1
16)