Documentation ¶ Index ¶ type Makefile func New(servicePath string, timeout time.Duration) *Makefile func (m *Makefile) Build() func (m *Makefile) Close() func (m *Makefile) GetGoModules(names ...string) func (m *Makefile) GoFmt() func (m *Makefile) GoTidy() func (m *Makefile) InitMod(name string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Makefile ¶ added in v1.1.2 type Makefile struct { // contains filtered or unexported fields } func New ¶ func New(servicePath string, timeout time.Duration) *Makefile func (*Makefile) Build ¶ added in v1.1.2 func (m *Makefile) Build() func (*Makefile) Close ¶ added in v1.1.2 func (m *Makefile) Close() func (*Makefile) GetGoModules ¶ added in v1.1.2 func (m *Makefile) GetGoModules(names ...string) func (*Makefile) GoFmt ¶ added in v1.1.2 func (m *Makefile) GoFmt() func (*Makefile) GoTidy ¶ added in v1.1.2 func (m *Makefile) GoTidy() func (*Makefile) InitMod ¶ added in v1.1.2 func (m *Makefile) InitMod(name string) Source Files ¶ View all Source files make.go Click to show internal directories. Click to hide internal directories.