🚀 Get 25% off access to all my premium courses - use discount code FUNCMAIN at checkout - view the pricing page now!
In this tutorial, we are going to be building a very simple Command Line Interface or CLI in Go
In this tutorial we examine how we can build concurrent highly performant go programs using goroutines.
In this tutorial, we are going to look at how you can use mutexes in your Go programs
In this tutorial, we look at how you can build a solid CI pipeline with Travis for your Go Projects
In this tutorial, we are going to cover everything you need when it comes to working with JSON in Go.
These Interactive Go Challenges have been designed to help prepare you for a technical programming interview, or to gain familiarity with the Go programming language.
In this tutorial, we're going to be discussing how you can build clean functions in Go.
Learn how to build production-grade HTTP clients in Go!
In this snippet, we are going to look at how we can embed lua scripts into our Go applications using the Shopify/go-lua package.