Automating Go Builds with Task
This is the third in a series of articles about writing a small reading list app in Go for personal use.
Task is a task runner that aims to be simpler than make.
Task is portable, easy to install, and has slightly better support for skipping tasks when dependencies haven’t changed than mage or goyek.