6 lines
45 B
Go
Raw Normal View History

package chunk
const (
DefaultSize = 4096
)