2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00: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