Go Programming by Example

Go Programming by Example
Authors
Kurniawan, Agus
Publisher
PE Press
Tags
reference
Date
2015-02-21T00:00:00+00:00
Size
3.17 MB
Lang
en
Downloaded: 462 times

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