package
0.0.0-20250303173843-6a2cc74e10ff
Repository: https://github.com/blicero/krylisp.git
Documentation: pkg.go.dev
# 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.
SetBaseDir sets the BaseDir and related variables.
No description provided by the author
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.
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.
# 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.
BaseDir is the folder where all application-specific files (database, log files, etc) are stored.
PackageLevels defines minimum log levels per package.
SuffixPattern is a regular expression that matches the suffix of a file name.
WhiteSpace is a regular expression that matches one or more whitespace characters.