all repos

rss-tools @ master

get rss feed from sources that(i need and) dont provide one

rss-tools/vendor/golang.org/x/text/internal/language/common.go (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
we're vendoring now, 7 days ago
1
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
2
3
package language
4
5
// This file contains code common to the maketables.go and the package code.
6
7
// AliasType is the type of an alias in AliasMap.
8
type AliasType int8
9
10
const (
11
	Deprecated AliasType = iota
12
	Macro
13
	Legacy
14
15
	AliasTypeUnknown AliasType = -1
16
)