Versions in this module Expand all Collapse all v1 v1.0.2 Jul 29, 2017 Changes in this version + var ErrHugoNotFound = errors.New("It seems that tou don't have 'hugo' on your PATH") + var ErrUnsupportedFileType = errors.New("The type of the provided file isn't supported for this action") + func Run(command string, args []string, path string) error + type Hugo struct + Args []string + CleanPublic bool + Exe string + Public string + Root string + func (h *Hugo) Find() error