Thanks for your comment! haha
Yeah, you can do that, too, but you'd need to rebuild your docker image every time you modify your code and test it if you took that route. You can save a few seconds of your time if you just use the flags and locally build your go project. As long as you correctly use the volume option in your docker-compose.yml, the updated go binary will be available in your docker image as well. haha