We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1863cb8 commit 025ccabCopy full SHA for 025ccab
utils.go
@@ -7,6 +7,7 @@
7
package goesl
8
9
// StringInSlice - Will check if string in list. This is equivalent to python if x in []
10
+// @TODO - What the fuck Nevio...
11
func StringInSlice(str string, list []string) bool {
12
for _, value := range list {
13
if value == str {
0 commit comments