25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

17 satır
347 B

  1. // This file was generated by go generate; DO NOT EDIT
  2. package language
  3. // This file contains code common to the maketables.go and the package code.
  4. // langAliasType is the type of an alias in langAliasMap.
  5. type langAliasType int8
  6. const (
  7. langDeprecated langAliasType = iota
  8. langMacro
  9. langLegacy
  10. langAliasTypeUnknown langAliasType = -1
  11. )