Cull unused function and its unit test.

Pointed out by: @slackpad
pull/1667/head
Sean Chittenden 9 years ago
parent 1b551456bd
commit 088e3ee26b

@ -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 {

Loading…
Cancel
Save