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
Support positive count in Readdir() (rakyll#61)
Follow on rakyll#60.
The Readdir() should support positive count in order to return the specified counts of files.
For it, I defined statikFS.dirs and httpFile.dirIdx for managing the internal state and use it inside Readdir().