6 lines
80 B
Go
6 lines
80 B
Go
|
// +build windows
|
||
|
|
||
|
package fileutil
|
||
|
|
||
|
const maxMapSize = 0xFFFFFFFFFFFF // 256TB
|