6 lines
41 B
Go
6 lines
41 B
Go
package mtio
|
|
|
|
const (
|
|
BlockSize = 512
|
|
)
|
package mtio
|
|
|
|
const (
|
|
BlockSize = 512
|
|
)
|