Logo
Explore Help
Sign In
TheArchive/restic
1
0
Fork 0
You've already forked restic
mirror of https://github.com/restic/restic.git synced 2025-05-09 01:17:13 +00:00
Code Issues Packages Projects Releases Wiki Activity
restic/internal/fs/const_windows.go

7 lines
92 B
Go
Raw Normal View History

fs: Add interface and FS implementations This adds two implementations of the new `FS` interface: One for the local file system (`Local`) and one for a single file read from an `io.Reader` (`Reader`).
2018-01-03 21:53:45 +01:00
// +build windows
package fs
// O_NOFOLLOW is a noop on Windows.
const O_NOFOLLOW int = 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 108ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API