index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
gogs.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-09-26 17:54:02 -0400
committer
Unknwon <u@gogs.io>
2015-09-26 17:54:02 -0400
commit
a205acf82969071352c8bbea3d225b3dab9608f5
(
patch
)
tree
760c9fe41b73aeeed1a15c4ed2c883ab0ece9446
/
gogs.go
parent
d5ad4e1141c27410920faaddc60794bf53ee98d0
(
diff
)
drop go 1.2 support
Diffstat
(limited to 'gogs.go')
-rw-r--r--
gogs.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 070fbf50..60ca722e 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -1,4 +1,4 @@
-// +build go1.2
+// +build go1.3
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style