How to use Makefiles for your Golang development

Leo Gutiérrez
3 min readDec 20, 2020

Hello, in this little post I would like to show you how you can use Makefiles to ease the development of your Golang programs.

“go <command>s” are great by themselves, you can basically manage every part of your Golant development phase with Go’s native tools, so why would I want to use something else? This is a fair question. In many cases I have had the necessity of sharing my…

--

--

Leo Gutiérrez

Hi! I am Leonardo Gutiérrez R., a passionate software developer, I hope you find the content in this blog interesting. I write about IT related stuff.