diff options
| author | horus_arch | 2015-03-20 23:16:27 +0100 |
|---|---|---|
| committer | horus_arch | 2015-03-20 23:16:27 +0100 |
| commit | 491462e033ae78a5b5c4f93ed8d5663e4da0a9e3 (patch) | |
| tree | cdc82ee4c600a86ba6bc7b92a589b129a01c7429 /utilities_test.go | |
| parent | 17bea88eb3f6e2bc5f63641437a997cc8bd32881 (diff) | |
| download | freemail-491462e033ae78a5b5c4f93ed8d5663e4da0a9e3.tar.gz | |
Fix bug which prevented creating a new entry.
Diffstat (limited to 'utilities_test.go')
| -rw-r--r-- | utilities_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utilities_test.go b/utilities_test.go index 6e4d31c..4776323 100644 --- a/utilities_test.go +++ b/utilities_test.go @@ -1,5 +1,3 @@ -// +build all general - package main import ( @@ -23,6 +21,3 @@ func TestCompareStrings(t *testing.T) { t.Fatal("Strings are not equal. Exptected false") } } - -func TestCompareIPs(t *testing.T) { -} |
