1
0
mirror of https://github.com/restic/restic.git synced 2024-06-26 07:49:01 +02:00
restic/internal/fs/const_windows.go
2022-03-28 22:23:47 +02:00

8 lines
111 B
Go

//go:build windows
// +build windows
package fs
// O_NOFOLLOW is a noop on Windows.
const O_NOFOLLOW int = 0