github.com/scottcagno/storage@v1.8.0/pkg/bio/block.go (about) 1 package bio 2 3 type block struct { 4 hdr *header 5 data []byte 6 padding int 7 }