🚀 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 get you up and running with Go so that you can go off and write your own Go programs.
In this tutorial, we are going to look at the various basic data types available in Go
In this tutorial, we are going to look at the various composite types available in Go
In this tutorial we'll look at what functions are in Golang and how you can use them in your programs
In this tutorial we'll look at what methods are in Golang and how you can use them in your programs
In this tutorial, we are going to look at how you can create and use your own Interfaces within the Go Programming Langauge
In this tutorial, we are going to look at how you can read and write files on your local filesystem using Go
A quick and simple tutorial on how to read in console text input into your GoLang program. Excellent for simple shells and other command line driven tools.
Executing system commands can be incredibly useful no matter what sort of software you are building,