Golang Overview

By Xah Lee. Date: . Last updated: .

Here's major intro topics of golang. If this is your first time learning go, you should read them in order.

Basics

String

Types and Values

Branching and Loop

Data Structure

Function

Misc