Documentation
¶
Index ¶
- func CheckInstalled(cmd string, arg string) error
- func ConfigPath() (string, error)
- func CreateDir(p string) error
- func CreateFile(p string, d []byte, o bool) error
- func CreateSymlink(symlinks ...*Symlink) error
- func FileExists(p string) error
- func ProgressTicker(headline string, wg *sync.WaitGroup, ch <-chan bool)
- func ReadFile(filePath string) ([]byte, error)
- func RemoveDir(p string) error
- type Repo
- type Symlink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckInstalled ¶
func ConfigPath ¶
func CreateSymlink ¶
func FileExists ¶
TODO: This should be used in all above functions for test if exists
Types ¶
type Repo ¶
func (*Repo) SetDestination ¶
type Symlink ¶
func NewSymlink ¶
Click to show internal directories.
Click to hide internal directories.