Book Image

Getting started with Go Programming Language

By : Matthew Spaulding
Book Image

Getting started with Go Programming Language

By: Matthew Spaulding

Overview of this book

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. Are you a software programmer who wants to learn go language from scratch to build amazing applications, then this course is for you! This course begins with covering the basic fundamentals of golang along with creating a basic application. You will learn data types, control structures, loops, and object-oriented concepts in golang. Then, you will be familiar with the tools used for Go development and will learn to perform testing. Also, you will learn certain standard libraries used in golang. Moving ahead, you will be introduced to Viper and Cobra libraries to build Command Line applications. Finally, you will learn to work with configuration files.
Table of Contents (9 chapters)
Chapter 3
Skill up More Concepts
Content Locked
Section 4
Methods
In this video, we will learn about functions and methods and how to use them in Go. - Learn what functions are - Use methods on structures