From 410504e069d37c522dca6bf820e9fc4cea2de871 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 20 Mar 2015 17:30:11 +0100 Subject: Check if domain points to mail server. Add http handler to create a new entry. --- utilities_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utilities_test.go') diff --git a/utilities_test.go b/utilities_test.go index 61d0b27..6e4d31c 100644 --- a/utilities_test.go +++ b/utilities_test.go @@ -23,3 +23,6 @@ func TestCompareStrings(t *testing.T) { t.Fatal("Strings are not equal. Exptected false") } } + +func TestCompareIPs(t *testing.T) { +} -- cgit v1.2.3