Only build recovery tests for go >=1.7

This commit is contained in:
Justin Israel 2018-11-04 11:56:47 +13:00
parent 17b319b019
commit a3804b6291

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
// +build go1.7
package gin
import (