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
ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-02-28 23:43:19 +0800
committer
ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
2020-02-28 23:43:19 +0800
commit
1898201b8b4e555b6dfabd58c5d1136051f35b93
(
patch
)
tree
33bcd54f8e145d8923ebc325068aa3a1c924f64d
/
gogs.go
parent
40214ef109fda6d0ca1e7cc188cbaa3976c1e194
(
diff
)
build: requires Go 1.13
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 4a93bed1..8ee85a32 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -1,4 +1,4 @@
-// +build go1.12
+// +build go1.13
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style