1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-11 11:28:02 -05:00
forgejo/vendor/golang.org/x/text/language/common.go

17 lines
370 B
Go
Raw Normal View History

2018-05-20 06:09:00 -04:00
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2016-11-03 18:16:01 -04:00
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
)