What you'll learn:
- At the end of this course, students will know the fundamentals of Go programming on which to start building useful applications.
- Students will complete this course knowing the major features of the Go Programming Language.
- Students will learn the basics of concurrency, go routines, and web programming just to name a few.
Welcome to “Go Lang for Tourists”. This course is intended to be an introductory course for anyone who would like to learn the Go Programming Language.
As the title indicates, like a tourist to a new place, this course presents the highlights of the language to those who are unfamiliar withGo.
If you already know some Go, you may be interested in “Go Lang for Adventurers” or “Go Lang for Natives”.
In this course, we will be looking at the major features of Go, thatmakes it stand out from some of the other newer languages. For example, how does Godeal with concurrency, memory management, arrays, exception handling, and object-oriented programming, just to name a few?