From 20e762df62fb4a76bfb316786c285da85b60bdba Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 9 Nov 2014 09:57:06 +0000 Subject: [PATCH] And add testing --- update_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update_test.go b/update_test.go index 04030100..c4f43b1a 100644 --- a/update_test.go +++ b/update_test.go @@ -1,5 +1,9 @@ package dns +import ( + "testing" +) + func TestDynamicUpdateParsing(t *testing.T) { prefix := "example.com. IN " for _, typ := range TypeToString {