mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 21:29:12 +01:00
7 lines
114 B
Go
7 lines
114 B
Go
// +build !go1.4
|
|
|
|
package ssh
|
|
|
|
func Listen(port int) {
|
|
panic("Gogs requires Go 1.4 for starting a SSH server")
|
|
}
|