summaryrefslogtreecommitdiff
path: root/pkg/btrfs/io1_device.go
AgeCommit message (Collapse)Author
2022-06-11use %v when possibleLuke Shumaker
Exceptions are - the occasional %x when the type is a basic int - %w - %q - %T - whenever print_tree.go needs to be dumb for compatibility with C
2022-06-06write supportLuke Shumaker
2022-06-05pointers! caching! callbacks!Luke Shumaker
2022-06-05factor out a btrfsmisc pacageLuke Shumaker
2022-06-01update main, kindaLuke Shumaker
2022-06-01wowLuke Shumaker