From a3804b629124fd951ff97296777f7619fd3fa228 Mon Sep 17 00:00:00 2001 From: Justin Israel Date: Sun, 4 Nov 2018 11:56:47 +1300 Subject: [PATCH] Only build recovery tests for go >=1.7 --- recovery_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recovery_test.go b/recovery_test.go index 7b56d401..cafaee91 100644 --- a/recovery_test.go +++ b/recovery_test.go @@ -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 (