Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 248 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 248 Bytes

GolangTutorial

Script to practice the basic grammar of the Golang language.

Comments

Variables

Constants

Output

Data Types

Arrays

Slices

Operators

Conditions

Switch

Loops

Functions

Struct

Maps