From f82536fea2b9d4e4a66a09dcea19562216d15ab1 Mon Sep 17 00:00:00 2001 From: andrewheberle Date: Mon, 24 Jun 2019 10:31:59 +0800 Subject: [PATCH] Missing import in test --- cast_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cast_test.go b/cast_test.go index 6595555..8187b47 100644 --- a/cast_test.go +++ b/cast_test.go @@ -9,6 +9,7 @@ import ( "fmt" "html/template" "net/url" + "reflect" "testing" "time"