Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

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