fix(healthcheck/utils): unused function
This commit is contained in:
parent
348eaa247c
commit
c8f377245f
|
@ -5,15 +5,6 @@ import (
|
||||||
"regexp"
|
"regexp"
|
||||||
)
|
)
|
||||||
|
|
||||||
func inString(str1 string, strList []string) bool {
|
|
||||||
for _, str := range strList {
|
|
||||||
if str1 == str {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
// addExt appends the specified extension to each file name in the given fileList.
|
// addExt appends the specified extension to each file name in the given fileList.
|
||||||
// It modifies the original fileList in place.
|
// It modifies the original fileList in place.
|
||||||
func addExt(fileList []string, ext string) {
|
func addExt(fileList []string, ext string) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user