package
0.1.0
Repository: https://github.com/nicexai/lazy-go.git
Documentation: pkg.go.dev

# Functions

CloneProjectFromRemote clone project from remote.
CreateIfNotExist creates a file if it is not exists.
GetCurrentPath get current folder path.
GetFileAbsPath get file abs path.
GetFileExt get current file ext.
GetFileFullName get current file full name.
GetFileName get current file name.
GetFolderAbsPath get folder path.
GetGoModulePath get go module path from local.
GetGoPath get go path from env.
GetProjectPath get project path.
GetValueFromInput get value from input.
GetValueFromMultiSelect get value from multi select.
GetValueFromSelect get value from select.
Include Is in the array.
IsFileExist returns true if the specified file is exists.
IsFolderExist determine if a folder already exists.
MkdirIfNotExist makes directories if the input path is not exists.
RemoveFolderIfExist deletes the folder if it is exists.
RemoveIfExist deletes the specified file if it is exists.