mage

Build tool for Go projects using a magefile instead of makefiles

brewmacoslinux
Try with needOr install directly
Source

About

Make/rake-like build tool using Go

Commands

mage

Examples

List all available build targets defined in magefile$ mage -l
Run the default target or a specific target named 'build'$ mage build
Run a target with verbose output to see execution details$ mage -v test