Documentation
¶
Index ¶
- func EnsureDir(path string) (string, error)
- func ExpandPath(path string) (string, error)
- func FileSize(file string) (int64, error)
- func FindExecInPath(file string, path string) (string, error)
- func Findenv(env []string, key string) string
- func MustGetLogger() *logrus.Logger
- func PathExists(path string) bool
- func SetLoggerQuiet()
- func SetLoggerVerbose()
- func Untar(tarball, target string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandPath ¶
func FindExecInPath ¶
adapted from exec.LookupPath (from go source code)
func MustGetLogger ¶
func PathExists ¶
func SetLoggerQuiet ¶
func SetLoggerQuiet()
func SetLoggerVerbose ¶
func SetLoggerVerbose()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.