You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use some lightweight mechanism for getting a list of files on a disk. The code is located in the implementation of gohan_file_list which is a builtin function for js extensions. Currently, the list is retrieved by calling system command ls. A solution based on pure golang code would be better (for eg. filepath.Walk).
The text was updated successfully, but these errors were encountered:
Use some lightweight mechanism for getting a list of files on a disk. The code is located in the implementation of gohan_file_list which is a builtin function for js extensions. Currently, the list is retrieved by calling system command ls. A solution based on pure golang code would be better (for eg. filepath.Walk).
The text was updated successfully, but these errors were encountered: