From acdb4d8bdd31ee910c6c5fa6db65379703bdfbca Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 13 Dec 2015 20:20:52 -0500 Subject: Drop Go 1.3 support --- modules/ssh/ssh.go | 2 -- modules/ssh/ssh_1.3.go | 7 ------- 2 files changed, 9 deletions(-) delete mode 100644 modules/ssh/ssh_1.3.go (limited to 'modules/ssh') diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go index 68cbeaea..15ba02a2 100644 --- a/modules/ssh/ssh.go +++ b/modules/ssh/ssh.go @@ -1,5 +1,3 @@ -// +build go1.4 - // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. diff --git a/modules/ssh/ssh_1.3.go b/modules/ssh/ssh_1.3.go deleted file mode 100644 index 62275ee6..00000000 --- a/modules/ssh/ssh_1.3.go +++ /dev/null @@ -1,7 +0,0 @@ -// +build !go1.4 - -package ssh - -func Listen(port int) { - panic("Gogs requires Go 1.4 for starting a SSH server") -} -- cgit v1.2.3