Versions in this module Expand all Collapse all v0 v0.0.2 Apr 1, 2025 v0.0.1 Dec 21, 2024 Changes in this version + func CheckVersion() + func Contains(arr []string, char string) bool + func ConvertedNullPointer(p *string) string + func FormatBytes(bytes int64) string + func FormatTime(t *time.Time) string + func GenerateRandomName(s string) string + func GenerateRandomPasswords() string + func GenerateTable(headers []string, rows [][]string, columnWidths []int) string + func GetBasicOptions(basicOptions []global.BasicOptions) ([]string, [][]string, []int) + func GetModule(id, level int, provider, name, moduleProvider, introduce, moreInfo string, ...) global.Module + func GetModuleName(m global.Module) string + func GetUTC8TimeType1(t string) (string, error) + func GetUTC8TimeType2(t string) (string, error) + func GetUTC8TimeType3(t string) (string, error) + func InInt(i int, int_array []int) bool + func PrintfNotNilFloat64(p string, s *float64) + func PrintfNotNilInt32(p string, s *int32) + func PrintfNotNilInt64(p string, s *int64) + func PrintfNotNilString(p string, s *string) + func PrintfNotNilUInt64(p string, s *uint64) + func SurveyConfirm(message string) bool