1
0
Fork 0
forked from forgejo/forgejo

fix 1540 and experimental SSH server support

This commit is contained in:
Unknwon 2015-11-08 16:59:56 -05:00
parent b55499d039
commit 18c841050b
69 changed files with 171 additions and 15479 deletions

7
modules/ssh/ssh_1.3.go Normal file
View 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")
}