This is a rewrite of the qol-assist application in golang by @serebit
It is a fundamental change on how triggers get implemented.
Instead of the triggers written in C and embedded in the binary they get installed
to the relevant package repo $pkgfiles and installed to /usr/share/defaults/qol-assist.d
It is designed like so to make it easier to contributors to add new migratations without
the need to learn C.