1 2 3 4 5 6 7 8 9
package btrfsitem import ( "lukeshu.com/btrfs-tools/pkg/binstruct" ) type Empty struct { // UNTYPED=0, QGROUP_RELATION=246 binstruct.End `bin:"off=48"` }