Which one do you prefer among Gin Echo Mux I have worked with all three Gin looks simple to work with and somewhat inline with what express’s syntax looks like. But is there any reason to choose Mux/Echo over Gin?Read more
Home|Programming|—Go
Ask Mitra Latest Questions
Go extension is good and works well until it has to import any package. When it does the lag is very noticeable and it sometimes freezes my PC completely. Any solutions?
Is there a way to hot reload in Go? Similar to Nodemon in node? I saw some threads mentioning use nodemon, but isn’t there any package in Go for it?
Are Arrays Mutable or Immutable in Go?
So, I have been working with Golang to create Book Management System with MySQL database. The video tutorial I followed uses Gorm V1. I decided to go with V2 and everything else is just fine. However, the problem is with ...Read more