package
2.5.1
Repository: https://github.com/rfjakob/gocryptfs.git
Documentation: pkg.go.dev

# Functions

JSONDump writes the object in json form.
PrintMasterkeyReminder reminds the user that he should store the master key in a safe place.
SwitchLoggerToSyslog redirects the default log.Logger that the go-fuse lib uses to syslog.

# Constants

ProgramName is used in log reports.

# Variables

ColorGreen is a terminal color setting string.
ColorGrey is a terminal color setting string.
ColorRed is a terminal color setting string.
ColorReset is used to reset terminal colors.
ColorYellow is a terminal color setting string.
Debug logs debug messages Can be enabled by passing "-d".
Fatal error, we are about to exit.
Info logs informational message Can be disabled by passing "-q".
Warn logs warnings, meaning nothing serious by itself but might indicate problems.