Skip to content

v0.1.6

Compare
Choose a tag to compare
@rakyll rakyll released this 20 Mar 18:56
· 17 commits to master since this release
Support positive count in Readdir() (#61)

Follow on #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().