Go

Learn Go from the best Go tutorials, including the most popular Go online courses, videos, books, podcasts, and blogs.

Resource type
Cost
Skill level
Certificate

GO Tutorial

Go language supports Garbage collection and Type safety. We can build go program using go build command. It will generate an executable file, which can then be run. For instance let us say we kept the above program in a file called cosmiclearn.go, we can build and run using the following commands. Don't fret, this is just an introduction. In the next chapter, we will look into how to install Go and setup your environment.

Golang Tutorials

Go is a Static typed popular programming language. To learn a new programming language, We must write a practical example by making use of features. This is an index page for all golang features like control statements -loops, if else, datatypes, data structures, classes, Conversions of one datatype to others,and objects.

Go in Action

Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous.

Concurrency in Go: Tools and Techniques for Developers

Concurrency can be notoriously difficult to get right, but fortunately, the Go open source programming language makes working with concurrency tractable and even easy. If you're a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.

A Tour of Go

Welcome to a tour of the Go programming language. The tour is divided into a list of modules that you can access by clicking on A Tour of Go on the top left of the page.

Go Language Overview

This overview of the Go programming language is designed for developers who are already familiar with another language. It's a quick tour of the language's core features such as interfaces and goroutines.

Introduction to the Go Programming Language

Hello and welcome to a Go Language programming tutorial. In this series, we're going to cover setting up and the basics of using Go in a practical way. Go is a programming language where you could easily run through the basics, and then be totally lost when it comes to actually applying it to some actual task.

Let's learn Go

This website is an online book that aims to introduce people to this awesome language. And if you, actually, stumbled upon it while looking for real gophers, let me still invite you to read it and learn something cool! C'mon, go-pher it!

Go Language Programs

Golang is designed by computer science heavyweights for solving real-world problem. Golang is an optimization language it is used by Uber and Google for its mapping, Netflix for having streaming. Golang is a statically and fast-compiled language that is designed to be used with multicore architecture for efcient memory utilization.

Games With Go

A video series that teaches programming via a series of small game related projects. The focus is on learning programming fundamentals, and having fun. Games with Go is open to all ages, and geared for beginners, though experienced programmers looking to learn gamedev basics will also get a lot out of it.

The Little Go Book

The Little Go Book is a free introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling.