mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
fix 1540 and experimental SSH server support
This commit is contained in:
7
modules/ssh/ssh_1.3.go
Normal file
7
modules/ssh/ssh_1.3.go
Normal file
@ -0,0 +1,7 @@
|
||||
// +build !go1.4
|
||||
|
||||
package ssh
|
||||
|
||||
func Listen(port int) {
|
||||
panic("Gogs requires Go 1.4 for starting a SSH server")
|
||||
}
|
Reference in New Issue
Block a user