aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-06-07 21:44:18 -0400
committerUnknwon <u@gogs.io>2017-06-07 21:44:18 -0400
commit089eb1a0993e81cbc852685c48add666e27bbda6 (patch)
tree90bf26aaa67c9e474d3ada30f04f791271167ecb /gogs.go
parentb40dc550ed15efd2c6faa1ea619888a400499a84 (diff)
Change required version to Go 1.6
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index a20a0bc7..c03661a4 100644
--- a/gogs.go
+++ b/gogs.go
@@ -1,4 +1,4 @@
-// +build go1.5
+// +build go1.6
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style