aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ssh/ssh.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-13 20:20:52 -0500
committerUnknwon <u@gogs.io>2015-12-13 20:20:52 -0500
commitacdb4d8bdd31ee910c6c5fa6db65379703bdfbca (patch)
treee08c3b86a813399d8353a2ed5e95ba28214ff32f /modules/ssh/ssh.go
parent95f9c85bcc8f915d823f57cd5923302dfc156504 (diff)
downloadgitea-acdb4d8bdd31ee910c6c5fa6db65379703bdfbca.tar.gz
gitea-acdb4d8bdd31ee910c6c5fa6db65379703bdfbca.zip
Drop Go 1.3 support
Diffstat (limited to 'modules/ssh/ssh.go')
-rw-r--r--modules/ssh/ssh.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go
index 68cbeaeacb..15ba02a2b1 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.