1
0
mirror of https://github.com/gogs/gogs.git synced 2025-05-05 06:59:53 +00:00

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")
}