1
0
Fork 0
mirror of https://github.com/Luzifer/yaml-vault.git synced 2024-12-21 12:31:16 +00:00
yaml-vault/vendor/golang.org/x/text/language/common.go
Knut Ahlers b4574de797
Update dependencies, switch to dep for vendoring
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-01-09 16:20:41 +01:00

16 lines
370 B
Go

// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
package language
// This file contains code common to the maketables.go and the package code.
// langAliasType is the type of an alias in langAliasMap.
type langAliasType int8
const (
langDeprecated langAliasType = iota
langMacro
langLegacy
langAliasTypeUnknown langAliasType = -1
)