🚀 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 look at how we can effectively add acceptance tests to our Go service
Welcome Gophers! In this course, we are going to be diving in to building a production-ready API in Go.
We'll start off by creating a simple Go application that will act as the main entrypoint for our REST API.
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.