Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Go Programming by Example

Posted By: AlenMiler
Go Programming by Example

Go Programming by Example by Agus Kurniawan
English | Feb 21, 2015 | ASIN: B00TWLZVQQ | 136 Pages | PDF (Converted) | 5.46 MB

Go, commonly referred to as golang, is a programming language initially developed at Google in 2007. This book helps you to get started with Go programming. It describes all the elements of the language and illustrates their use with code examples. The following is highlight topics in this book:
* Development Environment
* Go Programming Language
* Arrays, Slices and Maps
* Functions
* Pointers
* Structs and Methods
* String Operations
* File Operations
* Error Handling and Logging
* Building Own Go Package
* Concurrency
* Encoding
* Hashing and Cryptography
* Database Programming
* Socket Programming