An open API service indexing awesome lists of open source software.

https://github.com/donovan-said/tutorial-learning-go

A repository to start learning Go.
https://github.com/donovan-said/tutorial-learning-go

golang tutorial

Last synced: 12 months ago
JSON representation

A repository to start learning Go.

Awesome Lists containing this project

README

          

# tutorial-learning-go

This repository is used to follow the [W3 Schools Go Tutorial](https://www.w3schools.com/go/index.php)
which covers the following topics:
- Syntax
- Comments
- Variables
- Output
- Print
- Println
- Printf
- Data Types
- Bool
- Numberic (Int, Floating Point)
- String
- Arrays
- Slices
- Operators
- Conditions
- If
- If else
- Else if
- Nested If
- Switch
- Single-Case
- Multi-Case
- Loops
- For Loop
- Continue
- Break
- Nested
- Range
- Functions
- Parameters and Arguments
- Return Values
- Recursion
- Struct
- Maps

All tutorial lessosn can be found in the [src](./src/) path.