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.
- Host: GitHub
- URL: https://github.com/donovan-said/tutorial-learning-go
- Owner: donovan-said
- License: mit
- Created: 2024-02-14T10:23:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T13:24:03.000Z (about 2 years ago)
- Last Synced: 2025-02-12T06:31:45.782Z (about 1 year ago)
- Topics: golang, tutorial
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.