mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 14:26:42 +01:00
7 lines
187 B
Go
7 lines
187 B
Go
|
// Copyright (C) 2020 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
// Package paths implements wrappers for handling encrypted and unencrypted
|
||
|
// paths safely.
|
||
|
package paths
|