mirror of https://github.com/spf13/afero.git
11 lines
149 B
Go
11 lines
149 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/spf13/afero"
|
||
|
"github.com/spf13/afero/rclonefs"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
newrc := rclonefs.CreateRCFS("godrive_mv1:")
|
||
|
}
|