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 6
Introducing Viper
Content Locked
Section 1
What is Viper?
In this video, you will get and overview of the Viper library. - Get introduced to Viper library - Learn what Viper is