1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-13 13:40:22 +00:00

vendor update

This commit is contained in:
moelsayed
2018-10-27 06:16:11 +02:00
committed by Alena Prokharchyk
parent dd4faabd6c
commit 7582083e7a
5073 changed files with 1134941 additions and 2004 deletions

20
vendor/golang.org/x/text/language/gen_common.go generated vendored Normal file
View File

@@ -0,0 +1,20 @@
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
package main
// 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
)