mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-12 01:02:56 +08:00
6 lines
215 B
Go
6 lines
215 B
Go
package fs
|
|
|
|
// the param named path of functions in this package is a virtual path
|
|
// So, the purpose of this package is to convert virtual path to actual path
|
|
// then pass the actual path to the operations package
|