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
|