Go for JavaScript Developers

Go for JavaScript Developers

4 hours, 49 minutes CC

This course has been updated! We now recommend you take the Basics of Go course.

Get started with the Go programming language from a JavaScript developer’s perspective. You’ll learn the syntax of Go, what data structures are available to you, and how to handle errors responsibly. After getting an idea of what you have to work with, you’ll create a web server with routing, build an application to hit an external API, and receive a brief introduction on how the Go language manages concurrency with goroutines!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: April 9, 2020
Get Unlimited Access Now
Table of Contents

Introduction

Printing

Basic Go Syntax

Complex Structures

Go Toolkit

Structs

Pointers

Error Handling

Methods

Interfaces

Web Servers

Hitting an External API

Concurrency

Wrapping Up