add TODO for gfile.Search

This commit is contained in:
John
2019-06-12 17:40:50 +08:00
parent 6e7d08fbfb
commit 5be9765eb7

View File

@ -22,6 +22,7 @@ func Search(name string, prioritySearchPaths...string) (realPath string, err err
if realPath != "" {
return
}
// TODO move search paths to internal package variable.
// Search paths array.
array := garray.NewStringArray(true)
array.Append(prioritySearchPaths...)