From b0fb03569a628b050de92c563fda115ed5d2dce6 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 27 Feb 2015 11:46:57 +1100 Subject: [PATCH] Added a callout to the Offset field. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f81ea42..fcc6d66 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ The chief improvements and/or differences from the bazil.org packages are: system implementations, etc., all of which tend to be very poorly documented. + * Support for arbitrary offsets in directory entries returned by `ReadDir`. + (The bazil.org package assumes that offsets must be counts of bytes.) + The very large disadvantage over using the bazil.org packages is that many features have not yet been exposed.