mirror of
https://github.com/Chenyu550/alist-fork.git
synced 2025-06-10 14:46:53 -04: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
|