LEARNING BUFFALO MY ADVENTURE IN GOLANG Intro After finishing a fun and simple way creating hello world in GO, I decided to extend the learning adventure into web framework. My choice is Buffalo, because some web recommended me to do so. I will try other framework as well but that is for later writing. My plan in this will be 1. Setting Environment. I think it’s already set 2. Install Buffalo. Based on https://gobuffalo.io/en/docs/getting-started/installation . Install scoop check, Install buffalo check. 3. Follow The Document. From here https://gobuffalo.io/en/docs/getting-started/new-project Follow The Document Based on https://gobuffalo.io/en/docs/getting-started/new-project I will begin my own adventure. I hope I found a new error. So it says I have to create my new application on my GOPATH I will not do that. I’m going to create in another folder. And I found some error as usual I just copy paste the error message with keyword golang. And stackoverflow ans...