Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecCommand ¶
ExecCommand executes command in the specified directory
func MkdirIfNotExist ¶
func NewMultiError ¶
func RemoveFromDirByPatterns ¶
RemoveFromDirByPatterns removes files and dirs from the specified directory by pattern eg
./*/dir1/*_qwe.go ./dir1/*_dir2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.