diff options
author | 2019-09-05 21:39:32 -0700 | |
---|---|---|
committer | 2019-09-05 21:53:12 -0700 | |
commit | b94160df725a52af53f113bf27de7a7b8723174c (patch) | |
tree | 9e86b227d4683f26da9b393410df1bedc2e95074 /vendor/golang.org/x/text/language/gen_common.go | |
parent | 456ebaf423ce2122bf8faa36da464c5d90361204 (diff) | |
download | v2-b94160df725a52af53f113bf27de7a7b8723174c.tar.gz v2-b94160df725a52af53f113bf27de7a7b8723174c.tar.zst v2-b94160df725a52af53f113bf27de7a7b8723174c.zip |
Update dependencies
Diffstat (limited to 'vendor/golang.org/x/text/language/gen_common.go')
-rw-r--r-- | vendor/golang.org/x/text/language/gen_common.go | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor/golang.org/x/text/language/gen_common.go b/vendor/golang.org/x/text/language/gen_common.go deleted file mode 100644 index 83ce1801..00000000 --- a/vendor/golang.org/x/text/language/gen_common.go +++ /dev/null @@ -1,20 +0,0 @@ -// 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 -) |