mirror of
				https://github.com/v2fly/v2ray-core.git
				synced 2025-10-31 01:39:16 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
|   | package protocol | ||
|  | 
 | ||
|  | import "v2ray.com/core/common/errors" | ||
|  | 
 | ||
|  | func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Protocol") } |