mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
7 lines
111 B
Go
7 lines
111 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package fs
|
|
|
|
// O_NOFOLLOW is a noop on Windows.
|
|
const O_NOFOLLOW int = 0
|