Skip to content

Commit 025ccab

Browse files
committed
Update utils.go
1 parent 1863cb8 commit 025ccab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
package goesl
88

99
// StringInSlice - Will check if string in list. This is equivalent to python if x in []
10+
// @TODO - What the fuck Nevio...
1011
func StringInSlice(str string, list []string) bool {
1112
for _, value := range list {
1213
if value == str {

0 commit comments

Comments
 (0)