1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-06-27 16:35:57 +00:00

Drop Go 1.3 support

This commit is contained in:
Unknwon 2015-12-13 20:20:52 -05:00
parent 95f9c85bcc
commit acdb4d8bdd
4 changed files with 1 additions and 11 deletions

View file

@ -1,4 +1,4 @@
// +build go1.3
// +build go1.4
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style