About This Book "Go Programming & Exercises" is a textbook for high school and college students; it covers all essential Go language knowledge. You can learn complete primary skills of Go programming fast and easily. The textbook includes many practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam.
This book is only suitable for Golang beginners.
Table of Content
Hour 1 What is Go? Install Go Environment Variables First Program of Go Comment Identifier Summary
Hour 2 Line Separator About “{” Keywords Data Type Variables Multiply Variables’ Declaration : = assignment operator Summary