Case: You want to make a report for your boss. And you make a simple reporting…
Tag: Golang
How to Update Go Version
If you are upgrading from an older version of Go you must first remove the existing…
How to Route Multi URL with Same Prefix Using Gin
When you try to access yoursite.com/myservice/api/v1 you will get this logs. Easy right! PS: Another syntax…