About This Book "Golang Programming" is a textbook for high school and college students; it covers all essential Golang language knowledge . You can learn complete primary skills of Golang programming fast and easily . The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam . "Golang Programming" is a useful textbook for beginners . The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book . You will be impressed by its distinctive and tidy writing style . Reading this book is a great enjoyment!
Note This book is only suitable for Golang programming beginners, high school students and college students; it is not for the experienced Golang programmers .
Source Code Available This book provides source code for reference; you can reference the source code for better study, or copy the source code to your favorite editor to test the programs.
Table of Content
Hour 1 What is Go? Install GO SDK Install GO IDE Test First Go Program Comment Identifier Summary
Hour 2 Line Separator About “{” Keywords Data Type Variables Multiply Variables’ Declaration := assignment operator Summary