diff options
| author | Horus3 | 2015-03-20 17:30:11 +0100 |
|---|---|---|
| committer | Horus3 | 2015-03-20 17:30:11 +0100 |
| commit | 410504e069d37c522dca6bf820e9fc4cea2de871 (patch) | |
| tree | 75db9c44b5e852652fd8e54b8d4db91147fb77a2 /utilities_test.go | |
| parent | 9ab1f49c4c4aa5dcaa0dd50ec606ca06ca071c71 (diff) | |
| download | freemail-410504e069d37c522dca6bf820e9fc4cea2de871.tar.gz | |
Check if domain points to mail server. Add http handler to create a new entry.
Diffstat (limited to 'utilities_test.go')
| -rw-r--r-- | utilities_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
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) { +} |
