您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
334 B

  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. )