Error Tracing Tips on Golang
Have you ever face a situation where an error is occurred on your code, but not quite sure on which file it is exactly happening? Then me too 😁
In real-life app development, where our app is most likely coded in a ton of files, finding the root cause of an error is quite time-consuming.
Usually during the development process, sometimes we dispatched a client HTTP call for testing…