From 11077398dcf8b147f3f66606843737150d5f0b71 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Mon, 11 Jan 2021 18:32:05 -0700 Subject: [PATCH] Adding fmt --- hord_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hord_test.go b/hord_test.go index 54cd9ef..af77fc8 100644 --- a/hord_test.go +++ b/hord_test.go @@ -5,6 +5,7 @@ import ( "github.com/madflojo/hord/drivers/redis" "testing" "time" + "fmt" ) func TestCassandraDriver(t *testing.T) {