summaryrefslogtreecommitdiffstats
path: root/modules/ssh/ssh_1.3.go
blob: 62275ee6aef945d1d1decc31e1b77df98618ffe0 (plain)
1
2
3
4
5
6
7
// +build !go1.4

package ssh

func Listen(port int) {
	panic("Gogs requires Go 1.4 for starting a SSH server")
}