edsrzf / mmap-go

A portable mmap package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please make a release

ncw opened this issue · comments

I just got bitten by anonymous maps not freeing under windows - this is fixed here 115d233

But it isn't in a release, so go mod doesn't choose it by default.

Please can you make a release :-)

Thanks

Actually, hold the release, I don't think the issue is fixed. Will make another issue shortly...

@ncw are you maintaining a fork? It's been over a year, and no v1.0.1 even though at least one important fix is on master.

@mschoch I decided in the end to rewrite the code to be the minimal thing I needed https://github.com/rclone/rclone/tree/master/lib/mmap

1.1.0 is released. Totally understand if you've moved on by this point, but it's done.