mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// +build !go1.4
 | 
						|
 | 
						|
package ssh
 | 
						|
 | 
						|
func Listen(port int) {
 | 
						|
	panic("Gogs requires Go 1.4 for starting a SSH server")
 | 
						|
}
 |