Email the Author
You can use this page to email Orhan Gazi about Introduction to Google's Go Programming.
About the Book
This book teaches go programming language. Go was originally designed at Google in 2007.
After its introduction, go quickly gained popularity among programming languages.
It is fast and lightweight programming language. It has a quicker compilation time compared to C/C++.
Go has automatic garbage collector that frees up memory when it is no longer needed.
Go is a statically typed language, that is, errors can be caught at compile time rather than at runtime.
Go was designed to write programs for networking, and cloud-based or server-side applications.
Go has cross-platform support property, it can be compiled to run on many platforms, like windows, linux, mac and raspberry pi, etc.
About the Author
Orhan Gazi is a Professor of Electrical Engineering. He has written more than 17 academic books in electrical and computer engineering subjects. He is the author of modern C programming book published by Springer Verlag. Orhan Gazi has 25 years of academic experience. He has delivered countless number of courses during his academic life. He has strong teaching skills and he is fond of writing technical books.