Versions in this module Expand all Collapse all v0 v0.2.0 Jul 1, 2024 v0.1.0 Apr 11, 2024 Changes in this version + func AssembleDSN(host, port, user, password, database string) string + func CompareSlices[T comparable](s1, s2 []T) ([]T, []T) + func IsEmptySlice[T any](slice []T) bool + func MergeNameWithOwner(owner, name string) string + func NilIfZero(t time.Time) *time.Time + func SplitNameWithOwner(s string) (string, string) + func WaitSignal(errC chan error) error