diff --git a/gogs.go b/gogs.go index 565427cc2..f1c58e2c2 100644 --- a/gogs.go +++ b/gogs.go @@ -1,4 +1,4 @@ -// +build go1.6 +// +build go1.7 // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style