GOLANG FOR BEGINNERS: Learn To Code Fast ! Go Programming Language, Go Crash Course, Quick Start Guide, Go Tutorial Book by the Go Program Examples, In Easy Steps! An Ultimate Beginner's Guide
This book specifically written for beginners. This book serves as a teaching guide and also a reference manual to accompany you through this wonderful world of programming. We take you step-by-step through writing your very first program, explaining each portion of code as we go along. The book includes practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam.
Table of Contents
CHAPTER 1 Go Programming Language What is Go? How to Download and install GO Your First Go program
CHAPTER 2 Data Types Variables Constants
CHAPTER 3 Loops If else Switch
CHAPTER 4 Arrays Slice Functions
CHAPTER 5 Packages Defer and stacking defers Pointers