1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 02:25:50 +00:00
gitea/modules/ssh/ssh_1.3.go

8 lines
114 B
Go
Raw Normal View History

// +build !go1.4
package ssh
func Listen(port int) {
panic("Gogs requires Go 1.4 for starting a SSH server")
}