Aulas do Curso (22 vídeos)
An introduction to the go programming language for beginners. In this golang tutorial you will learn the basics of go, s…
This Golang tutorial covers variables and the different data types in go. It talks about the different ways to create va…
This golang tutorial discusses the use of the assignment expression operator and the difference between an implicit and …
This golang tutorial covers the fmt package/module and how to use it to print to the console in go. The fmt module allow…
This golang tutorial covers how to get user input using the bufio scanner. This will show you how to get console input i…
In this golang tutorial I show the different arithmetic operators and how to perform mathematical operations in the go p…
In this golang programming tutorial I cover conditions, boolean expressions and conditional operators. These are used to…
This golang programming tutorial covers chained conditionals and how to use and &&, or || and not ! to chain multiple bo…
This golang programming tutorial covers If, else and else if statements. These are used as conditional blocks so that co…
This golang tutorial covers for loops in the go programming language. Go's implementation of for loops allows you to wri…
This golang tutorial covers the switch statement. The switch statement is an alternative to the if/else if structure. It…
This golang tutorial covers arrays. Arrays are simply a collection of elements. They allow you to store multiple values …
This golang tutorial covers slices and talks about slices vs arrays in the go programming language. Slices are simply a …
This golang tutorial covers the range keyword and illsurates some common proramming problems and solutions that deal wit…
This golang tutorial covers maps in go. Maps allow you to store key-value pairs. They do not keep track of the order of …
This golang tutorial will talk about functions in go. Functions are simply a reusable block of code that can accept and …
This golang tutorial covers functions and function closures in the go programming language. Functions in go are their ow…
This golang programming tutorial covers immutable vs mutable data types in the go programming language. Mutable simply m…
This golang tutorial covers pointers in go. It dicusses the difference between refrence and value and when you should us…
The golang tutorial covers structs in go. Golang implements structs as it's own custom types. They are meant to be an al…
This golang tutorial covers structs and struct methods. These are just like regular methods from object oriented program…
In this golang programming tutorial I will be convering go interfaces. Interfaces in golang are a way to group structs t…
Sobre o Canal
Course Preview