Categories for Google Go

How to Use Structs in Golang

January 4, 2016 8:47 am Published by

In this blog post, we discuss how to use structs in Golang. After the end of the lesson, you’ll have learnt how to implement structs in your Golang programs. Structs are typed collections that are used to stored fields. They...

Read More

A Guide to Types and Casting in Golang

December 29, 2015 6:33 am Published by

In this blog, we’ll be looking at the different data types that are used in Golang and how to cast between different kinds. Before we look at different ways of type casting, let’s discuss some of the most commonly used...

Read More

Getting started with the Golang

December 21, 2015 10:12 am Published by

In this class, we’ll cover the basics that are necessary to get you started with Golang. By the end of this class, you should be in a position to set up your desktop environment ready to begin coding using Golang....

Read More

Introduction to Google Go Programming Language

December 19, 2015 10:05 am Published by

A Brief Introduction to Google Go Programming Language and Why It’s Important Welcome to Essentials of Google Go—also known as golang—programming language. In this blog, we introduce you to the world of Go programming language and provide you with the...

Read More