Cull unused function and its unit test.

Pointed out by: @slackpad
This commit is contained in:
Sean Chittenden 2016-02-01 22:26:57 -08:00
parent 6c1bb78d06
commit 81e1e1c05d
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
package lib
import (
"strings"
)
// StrContains checks if a list contains a string
func StrContains(l []string, s string) bool {
for _, v := range l {