From 573ce1982da2e754947453fdaf0d50204873acb4 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 25 Apr 2020 17:00:57 +0200 Subject: Larger restructuring --- internal/util/util.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 internal/util/util.go (limited to 'internal/util') diff --git a/internal/util/util.go b/internal/util/util.go deleted file mode 100644 index c5472ab..0000000 --- a/internal/util/util.go +++ /dev/null @@ -1,11 +0,0 @@ -package util - -func StrContains(haystack []string, needle string) bool { - for _, s := range haystack { - if s == needle { - return true - } - } - - return false -} -- cgit v1.2.3-54-g00ecf