summaryrefslogtreecommitdiff
path: root/lib/btrfs/types_superblock.go
AgeCommit message (Collapse)Author
2022-07-13Fix package names/importsLuke Shumaker
2022-07-12lib/btrfs: Don't have errors stutterLuke Shumaker
Since ad9ac6d07ce1819260c2b7f090fd4fe742c80d9f binstruct itself wraps all errors with the type and method; no need for the Node and SysChunk .MarshalBinary and .UnmarshalBinary methods to also prefix the errors they emit with that info.
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker