|
matches, globErr := filepath.Glob(assetsDirPath + string(os.PathSeparator) + strings.TrimSuffix(fName, ext) + "*")
|
|
matches, globErr := filepath.Glob(assetsDirPath + string(os.PathSeparator) + strings.TrimSuffix(fName, ext) + "*")
|
|
logging.LogErrorf("glob failed: %s", globErr)
|
|
logging.LogErrorf("glob failed: %s", globErr)
|