Versions in this module Expand all Collapse all v0 v0.2.1 Sep 5, 2016 v0.2.0 May 20, 2016 Changes in this version + type CmdFactory struct + var DefaultFactory *CmdFactory + func NewCmdFactory() *CmdFactory + func (this *CmdFactory) CreateCmd(scriptPath string) *exec.Cmd + func (this *CmdFactory) GetMaterialsDir() string + func (this *CmdFactory) GetWorkingDir() string + func (this *CmdFactory) SetMaterialsDir(s string) + func (this *CmdFactory) SetWorkingDir(s string)