alist/internal/fs/fs.go

6 lines
215 B
Go
Raw Normal View History

2022-06-15 12:31:23 +00:00
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