Skip to content
Go Notes
Learning Resources
Initializing search
GitHub Source
Go Notes
GitHub Source
Learning Resources
Basics
Basics
Hello World
Keywords
Visibility
Project Layout
Data types
Variables
Constants
Type conversions
Functions
Loops
If statements
Switch statement
Pointers
Types
Types
Arrays
Slices
Maps
Named Types
Structs
Methods
Interfaces
Packages
Packages
builtin
fmt
slices
sort
strconv
strings
sync
unicode
Learning Resources
Tour of Go
Effective Go
Go by Example
Standard library