A CLI Tool for CI/CD pipelines to prevent Golang spaghetti code

A Golang-based command line tool for CI/CD pipelines (and dev machines) that helps to prevent Go spaghetti code (a.k.a. big ball of mud). Thankfully, in the Go world, the compiler already prevents circular dependencies between packages. So this tool has to care only about additional undesired dependencies. I gave a talk that included the motivation for […]