Update godep in vendor
This commit is contained in:
2
vendor/github.com/tools/godep/license.go
generated
vendored
2
vendor/github.com/tools/godep/license.go
generated
vendored
@@ -51,7 +51,7 @@ func IsLegalFile(filename string) bool {
|
||||
}
|
||||
}
|
||||
for _, substring := range LegalFileSubstring {
|
||||
if strings.Index(lowerfile, substring) != -1 {
|
||||
if strings.Contains(lowerfile, substring) {
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user