update
This commit is contained in:
@@ -27,12 +27,3 @@ func Run(c *config.Config.Config, force bool) {
|
||||
log.Panic(err)
|
||||
}
|
||||
}
|
||||
|
||||
func stringInSlice(a string, list []string) (bool, int) {
|
||||
for i, b := range list {
|
||||
if b == a {
|
||||
return true, i
|
||||
}
|
||||
}
|
||||
return false, 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user