You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 5 години
12345678910111213141516
  1. // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
  2. package language
  3. // This file contains code common to the maketables.go and the package code.
  4. // AliasType is the type of an alias in AliasMap.
  5. type AliasType int8
  6. const (
  7. Deprecated AliasType = iota
  8. Macro
  9. Legacy
  10. AliasTypeUnknown AliasType = -1
  11. )