1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00

17 lines
334 B
Go
Raw Normal View History

2018-05-20 12:09:00 +02:00
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2016-11-03 23:16:01 +01:00
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-03 23:16:01 +01:00
const (
Deprecated AliasType = iota
Macro
Legacy
2016-11-03 23:16:01 +01:00
AliasTypeUnknown AliasType = -1
2016-11-03 23:16:01 +01:00
)