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
fix tests build (#35)
* fix tests build
Code was broken after merging #30 and #31 together.
Signed-off-by: Santiago M. Mola <[email protected]>
* fix paths on Windows, ensure closing
Signed-off-by: Santiago M. Mola <[email protected]>
* travis: update go versions
Signed-off-by: Santiago M. Mola <[email protected]>
readwriter: fix bug when writing index. (#10)
When using ReadWriter on an existing siva file, absolute offset for
index entries was not being calculated correctly.