Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wfercanas/basic-golang
This project contains basic exercises to learn and practice the core concepts and syntax of Go.
https://github.com/wfercanas/basic-golang
golang
Last synced: 5 days ago
JSON representation
This project contains basic exercises to learn and practice the core concepts and syntax of Go.
- Host: GitHub
- URL: https://github.com/wfercanas/basic-golang
- Owner: wfercanas
- Created: 2022-01-28T03:46:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T17:35:10.000Z (about 3 years ago)
- Last Synced: 2024-12-24T23:24:49.921Z (about 2 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Go
## Project Description
This project contains basic exercises to learn and practice the core concepts and syntax of Go. Within each folder you can find a Go file where you can review a specific concept.
## Concepts
1. Constants and Variables
2. Arithmetic
3. Conditionals
4. For loops
5. Data structures (structs, maps)
6. Pointers
7. Functions
8. Interfaces