1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-16 09:23:06 +03:00

Place these tests behind a build tag

Sub test support doesn't work for go < 1.7
This commit is contained in:
Edward Muller 2016-11-14 09:40:12 -08:00
parent 019ff6eb38
commit 70eddf606d

View File

@ -1,3 +1,5 @@
// +build go1.7
package redis
import (