package
2.0.1+incompatible
Repository: https://github.com/artpar/rclone.git
Documentation: pkg.go.dev

# Functions

Create creates the named file with mode 0666 (before umask), truncating it if it already exists.
Open opens the named file for reading.

# Variables

OpenFile is the generalized open call; most users will use Open or Create instead.