//
pkg.gl
Category
github.com/artpar/rclone
lib
file
package
2.0.1+incompatible
Repository:
https://github.com/artpar/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
17
Files
9 SLOC
#
Functions
Create
Create creates the named file with mode 0666 (before umask), truncating it if it already exists.
Open
Open opens the named file for reading.
#
Variables
OpenFile
OpenFile is the generalized open call; most users will use Open or Create instead.