Files
stfs/internal/mtio/constants.go
2021-12-08 21:44:57 +01:00

6 lines
41 B
Go

package mtio
const (
BlockSize = 512
)