Versions in this module Expand all Collapse all v0 v0.0.4 Aug 15, 2023 Changes in this version + func BoolPtr(b bool) *bool + func ExecuteCommand(command string, args ...string) (string, error) + func FileExists(filename string) bool + func MatchPrefix(prefix string, fields ...string) ([]string, bool) + func PathExists(path string) (bool, os.FileInfo) + func RandomSHA(byteLen int) (string, error)