From 491462e033ae78a5b5c4f93ed8d5663e4da0a9e3 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Fri, 20 Mar 2015 23:16:27 +0100 Subject: Fix bug which prevented creating a new entry. --- utilities_test.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utilities_test.go') 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) { -} -- cgit v1.2.3