https://github.com/sfeir/golang-100
Go-100 101 training material
https://github.com/sfeir/golang-100
101 basics go golang training
Last synced: about 1 year ago
JSON representation
Go-100 101 training material
- Host: GitHub
- URL: https://github.com/sfeir/golang-100
- Owner: Sfeir
- License: apache-2.0
- Created: 2016-04-08T18:47:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T13:37:55.000Z (over 7 years ago)
- Last Synced: 2025-04-09T17:08:01.048Z (about 1 year ago)
- Topics: 101, basics, go, golang, training
- Language: Go
- Homepage: https://www.sfeir.com
- Size: 84 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang 100
This project is meant to help learning go. It goes trough the following aspects of the language :
- Installation
- History
- Basics
* Compilation, execution
* Imports
* Vars, consts
* Functions
* Types
- Conditionals
- Loops
- Defer/Panic/Recover
- Type declaration and structures
- Pointers
- Arrays, slices and et maps
- Methods
- Interfaces
- Concurrency, multithreading
* Goroutines
* Channel