Versions in this module Expand all Collapse all v0 v0.0.2 Apr 18, 2024 Changes in this version + func BoolP(value bool) *bool + func Deref[T any](s *T) T + func ExecCommand(dir string, command string, args ...string) error + func Int32P(value int32) *int32 + func Int64P(value int64) *int64 + func IntP(value int) *int + func MkdirIfNotExist(dir string) error + func NewMultiError(title string, errs ...error) error + func PBool(value *bool) bool + func PInt(value *int) int + func PInt32(value *int32) int32 + func PInt64(value *int64) int64 + func PString(value *string) string + func RemoveFromDirByPatterns(patterns ...string) error + func StringP(value string) *string