main pico / pkg / rsync-receiver / nofollow / nofollow.go
Eric Bower  ·  2026-05-31
1package nofollow
2
3// Maybe resolves to unix.O_NOFOLLOW on unix systems,
4// 0 on other platforms. TODO(go1.24): use os.Root.
5const Maybe = 0