Programming Languages BooksGolang Books

Essentials of Go Programming

Advertisement

Essentials of Go Programming

Essentials of Go Programming

This page covers the following topics related to Go Language : Introduction, Quick Start, Control Structures, Data Structures, Functions, Objects, Concurrency, Packages, Input/Output, Testing, Tooling.

Author(s):

sNA Pages
Similar Books
An Introduction to Programming in Go

An Introduction to Programming in Go

This page covers the following topics related to Go Language : Getting Started,Your First Program, Types, Variables, Control Structures, Arrays, Slices and Maps, Functions, Pointers, Structs and Interfaces, Concurrency, Packages, Testing, The Core Packages, Next Steps.

sNA Pages
How To Code in Go

How To Code in Go

Go (or GoLang) is a modern programming language originally developed by Google that uses high-level syntax similar to scripting languages. It is popular for its minimal syntax and innovative handling of concurrency, as well as for the tools it provides for building native binaries on foreign platforms. This PDF covers the following topics related to Go : Introduction, How To Install Go and Set Up a Local Programming Environment on Ubuntu 18.04, How To Install Go and Set Up a Local Programming Environment on macOS, How To Install Go and Set Up a Local Programming Environment on Windows 10, How To Write Your First Program in Go, Understanding the GOPATH, How To Write Comments in Go, Understanding Data Types in Go, An Introduction to Working with Strings in Go, How To Format Strings in Go, An Introduction to the Strings Package in Go,  How To Use Variables and Constants in Go, How To Convert Data Types in Go, How To Do Math in Go with Operators,  Understanding Boolean Logic in Go.

s447 Pages

Advertisement