mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Added all required dependencies
This commit is contained in:
		
							
								
								
									
										16
									
								
								vendor/golang.org/x/text/language/common.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								vendor/golang.org/x/text/language/common.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| // This file was generated by go generate; 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 | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user