btrfs icon indicating copy to clipboard operation
btrfs copied to clipboard

Btrfs library in a pure Go

Results 1 btrfs issues
Sort by recently updated
recently updated
newest added

Current implementation of send/receive hangs until exit due to the stream never being closed, thus blocking indefinetly. For these functions the data types implementing io.Close() should be used and stream...