bfile icon indicating copy to clipboard operation
bfile copied to clipboard

A buffer pool file I/O library for Go

Results 2 bfile issues
Sort by recently updated
recently updated
newest added

Please see it in this reference: https://github.com/tidwall/bfile/blob/master/bfile.go#L212

Hi, I think I found a bug in the library. I wrote a simple test that reads a file and writes to another, both using Pager's. Basically it just copies...