Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve implementation of gohan_file_list #324

Open
przemyslaw-dobrowolski-cl opened this issue Nov 2, 2016 · 0 comments
Open

Improve implementation of gohan_file_list #324

przemyslaw-dobrowolski-cl opened this issue Nov 2, 2016 · 0 comments

Comments

@przemyslaw-dobrowolski-cl
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants