Learning Go



Download free course Learning Go, pdf file on 109 pages by Miek Gieben.
This is an introduction to the Go language from Google. Its aim is to provide a guide to this new and innovative language.

The intended audience of this book is people who are familiar with programming and know multiple programming languages,be it C, C++, Perl, Java, Erlang, Scala or Haskell. This is not a book which teaches you how to program, this is a bookthat just teaches you how to use Go.

As with learning new things, probably the best way to do this is to discover it for yourself by creating your own programs. Therefor includes each chapter a number of exercises (and answers) to acquaint you with the language.

Table of contents

  • Introduction
  • Basics
  • Functions
  • Packages
  • Beyond the basics
  • Interfaces
  • Concurrency
  • Communication
  • Exercises
  • Colophon
Pages : 109
Size : 0.8 MB
File type : PDF
Downloads: 53
Created: 2022-02-03
License: CC BY-NC-SA
Author(s): Miek Gieben
Learning Go

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Computer science Tutorials

Crypto 101

Intel Xeon Phi Coprocessor Architecture and Tools

Think Bayes

NGINX Unit Cookbook

Laravel Collections Unraveled

Others related eBooks about Learning Go

Software for Exascale Computing - SPPEXA 2016-2019

Download free course Software for Exascale Computing - SPPEXA 2016-2019, pdf file on 624 pages by Hans-Joachim Bungartz, Severin Reiz, Benjamin Uekermann, Philipp Neumann, Wolfgang E. Nagel....

Notes on Diffy Qs: Differential Equations for Engineers

An introductory course on differential equations aimed at engineers. The book covers first order ODEs, higher order linear ODEs, systems of ODEs, Fourier series and PDEs, eigenvalue problems, the Laplace transform, and power series methods. The book originated as class notes for Math 286 at the Univ...

Computer Science Tapestry: Exploring Programming and Computer Science with C++

This book is designed for a first course1 in computer science that uses C++ as the language by which programming is studied. My goal in writing the book has not been to cover the syntax of a large language like C++, but to leverage the best features of the language using sound practices of prog...

The Hundred-Page Machine Learning Book

Everything you really need to know in Machine Learning in a hundred pages!...

AutoCAD : Setting Up a Drawing

Download pdf tutorials about AutoCAD,this document is aimed at beginner looking to learn the basics of Setting Up an AutoCAD drawing....

Automated Machine Learning

This book presents the first comprehensive overview of general methods in Automated Machin..., download free Machine Learning tutorial in PDF (220 pages) created by Frank Hutter ....

Intel Trusted Execution Technology for Server Platforms

Intel Trusted Execution Technology (Intel TXT) is a new security technology that started a..., download free Server Platforms tutorial in PDF (153 pages) created by William Futral ....

Principles of Programming Languages

In this open book, our goal is to study the fundamental concepts in programming languages,..., download free Principles of Programming tutorial in PDF (163 pages) created by Mike Grant ....

Guide to NumPy

NumPy is an extension of Python, which provides highly optimized arrays and numerical operations. NumPy replaces a lot of the functionality of Matlab and Mathematica specifically vectorized operations, but in contrast to those products is free and open source. In today's world of science and technol...

Automating Manufacturing Systems with PLCs

This is a manuscript for a PLC based control system book that is currently being used for teaching an undergraduate controls course - Manufacturing Controls. The course and book focus on the Allen Bradley family of controllers, thus allowing a deeper topic coverage than is normal in PLC books....