bench-forgejo/vendor/golang.org/x/text/internal/language/common.go

17 lines
334 B
Go
Raw Normal View History

2018-05-20 15:39:00 +05:30
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2016-11-04 03:46:01 +05:30
package language
// This file contains code common to the maketables.go and the package code.
// AliasType is the type of an alias in AliasMap.
type AliasType int8
2016-11-04 03:46:01 +05:30
const (
Deprecated AliasType = iota
Macro
Legacy
2016-11-04 03:46:01 +05:30
AliasTypeUnknown AliasType = -1
2016-11-04 03:46:01 +05:30
)