
Get Started - The Go Programming Language
In this tutorial, you'll get a brief introduction to Go programming. Along the way, you will install Go, write some simple "Hello, world" code, use the go command to run your code, use the Go package discovery tool, and call functions of an external module.
The Go Programming Language
Go is an open source programming language that makes it simple to build secure, scalable systems.
Tutorial: Get started with Go - The Go Programming Language
In this tutorial, you'll get a brief introduction to Go programming. Along the way, you will: Install Go (if you haven't already). Write some simple "Hello, world" code. Use the go command to run your code. Use the Go package discovery tool to find packages you can use in your own code. Call functions of an external module.
Go Wiki: Courses - The Go Programming Language
University of Zagreb (Croatia), Faculty of Electrical Engineering and Computing, has an ongoing course Go programming language since 2020, held by Z. Bratković and B. Banelli. Videos available from academic year 2019./2020. and 2020./2021.
Go Wiki: Training - The Go Programming Language
Learn to Create Web Applications using Go - A paid online video course and book about Web programming with Go Golang tutorial - Learn Go from the best online golang tutorials submitted & voted by the golang programming community.
Tutorials - The Go Programming Language
Developing a RESTful API with Go and Gin: Introduces the basics of writing a RESTful web service API with Go and the Gin Web Framework. Getting started with generics: Introduces the basics of generics in Go.
Go Wiki: Learn - The Go Programming Language
Feb 15, 2015 · Learn Go Programming - Weekly visual and concise tutorials for programming in Go. Gophercises - coding exercises for budding gophers; Algorithms to Go - Texts about algorithms and Go, with plenty of code examples. Games With Go - Video series teaching programming fundamentals with game related projects. Go Language Tutorials - List of popular ...
Download and install - The Go Programming Language
Download and install Go quickly with the steps described here. For other content on installing, you might be interested in: Managing Go installations -- How to install multiple versions and uninstall.
Case Studies - The Go Programming Language
At GRAIL, we use the Go programming language for most of our bioinformatics, data processing, and machine learning tasks. Go’s simplicity makes it easy for newcomers to learn; its transparent runtime semantics makes it easy to reason about performance; and its ability to control data layout and allocation makes it possible to write highly ...
Documentation - The Go Programming Language
This doc explains how to develop a simple set of Go packages inside a module, and it shows how to use the go command to build and test packages. A Tour of Go. An interactive introduction to Go in four sections.