package
0.1.3
Repository: https://github.com/ajaxray/geek-life.git
Documentation: pkg.go.dev

# Functions

AtArrayPosition find the int position of val in a Slice.
ConnectStorm Create database connection.
CreateDirIfNotExist creates a directory if not found.
FatalIfError logs the error and Exit program on Error.
GetEnvInt finds an ENV variable and converts to int, otherwise return default value.
GetEnvStr finds an ENV variable, otherwise return default value.
InArray checks is val exists in a Slice.
LogIfError logs the error and returns true on Error.
UnixToTime create time.Time from string timestamp.