fs: Move link suffix to fs

This commit is contained in:
Filipe Azevedo
2022-07-10 17:47:32 +02:00
committed by Nick Craig-Wood
parent 1f328fbcfd
commit c47c94e485
3 changed files with 15 additions and 14 deletions

View File

@ -16,6 +16,8 @@ const (
ModTimeNotSupported = 100 * 365 * 24 * time.Hour
// MaxLevel is a sentinel representing an infinite depth for listings
MaxLevel = math.MaxInt32
// The suffix added to a translated symbolic link
LinkSuffix = ".rclonelink"
)
// Globals