mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
7 lines
92 B
Go
7 lines
92 B
Go
|
// +build windows
|
||
|
|
||
|
package fs
|
||
|
|
||
|
// O_NOFOLLOW is a noop on Windows.
|
||
|
const O_NOFOLLOW int = 0
|