Versions in this module Expand all Collapse all v0 v0.1.2 Oct 12, 2024 Changes in this version + const DateFormat + const TimeFormat + const TimeFormatNoMs + var TestMessageChannel chan string + var TestPromptChannel chan string + func DoConcurrently[T any, errorT any](work func(c chan T, errorChan chan errorT), handleError func(e errorT), ...) + func FormatTime(t time.Time) string + func Message(format string, args ...any) + func Prompt(prompt string) bool + func RemovePrefix(key string, prefix string) string + func SortedKeys[T any](m map[string]T) []string