diff options
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) | |
download | gitea-a205acf82969071352c8bbea3d225b3dab9608f5.tar.gz gitea-a205acf82969071352c8bbea3d225b3dab9608f5.zip |
drop go 1.2 support
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |