🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this video, we are going to be taking a look at how we can implement middleware functions within our Go service
In this video, we're going to be finishing up the implementation of our database package in Go.
Now that we have a simple app up and running, let's consider how we are going to structure this in such a way that it is easy to do things like mocking when it comes to it and to easily swap in dependencies as we need them.
In this video, we are going to be looking at how we can implement a timeout middleware function for our service.