package
0.0.0-20240916190630-1b9c57b57807
Repository: https://github.com/blicero/scrollmaster.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Fibonacci computes the nth Fibonacci number.
GetChecksum computes the SHA512 checksum of the given data.
GetLogger Tries to create a named logger instance and return it.
GetUUID returns a randomized UUID.
InitApp performs some basic preparations for the application to run.
Path looks up the given path.Path and returns the full path of the file or directory.
SetBaseDir sets the BaseDir and related variables.
TimeEqual returns true if the two timestamps are less than one second apart.

# Constants

Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
MinLogLevel is the minimum log level.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.
Debug indicates whether to emit additional log messages and perform additional sanity checks.

# Variables

BaseDir is the folder where all application-specific files (database, log files, etc) are stored.
LogLevels are the names of the log levels supported by the logger.
PackageLevels defines minimum log levels per package.
SuffixPattern is a regular expression that matches the suffix of a file name.