Skip to content

Files

Latest commit

 

History

History
10 lines (5 loc) · 336 Bytes

head-first-go.md

File metadata and controls

10 lines (5 loc) · 336 Bytes

Head First Go

> Home

1. let’s get going: Syntax Basics

Go is statically typed, which means that it knows what the types of your values are even before your program runs. (link)

> Home