Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Conversation

achingbrain
Copy link
Collaborator

@achingbrain achingbrain commented Nov 16, 2018

fixes #21

Some userland applications switch between go and js implementations at will. Go prefers offset/count for files.read, the interface spec says it should be offset/length. Bend like a reed in the wind and support both.

License: MIT
Signed-off-by: achingbrain [email protected]

@ghost ghost assigned achingbrain Nov 16, 2018
@ghost ghost added the in progress label Nov 16, 2018
fixes #21

Some userland applications switch between go and js implementations
at will.  Go prefers `offset`/`count`, the interface spec says it
should be `offset`/`length`. Bend like a reed in the wind and
support both.

License: MIT
Signed-off-by: achingbrain <[email protected]>
@achingbrain achingbrain force-pushed the support-count-argument branch from 435115a to e787bf9 Compare November 16, 2018 12:08
@achingbrain achingbrain merged commit 6ebb9aa into master Nov 16, 2018
@ghost ghost removed the in progress label Nov 16, 2018
@achingbrain achingbrain deleted the support-count-argument branch November 16, 2018 12:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read with offset/count returns buffer bigger than count
1 participant