Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naeemaei/golang-tutorial
Golang tutorial course - from beginner to advanced topics : data structure, struct, interface, generic, concurrency, json, http, docker
https://github.com/naeemaei/golang-tutorial
concurrency dockerize-golang generics-in-golang go golang golang-api golang-examples interface logging struct
Last synced: 4 months ago
JSON representation
Golang tutorial course - from beginner to advanced topics : data structure, struct, interface, generic, concurrency, json, http, docker
- Host: GitHub
- URL: https://github.com/naeemaei/golang-tutorial
- Owner: naeemaei
- Created: 2022-05-11T19:30:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T12:21:03.000Z (over 1 year ago)
- Last Synced: 2024-10-12T14:03:17.546Z (4 months ago)
- Topics: concurrency, dockerize-golang, generics-in-golang, go, golang, golang-api, golang-examples, interface, logging, struct
- Language: Go
- Homepage:
- Size: 1.13 MB
- Stars: 38
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Golang Tutorial [Course Address](https://7learn.com/course/golang-expert)
# Basic
## [Section 1 : Intro](01)## [Section 2 : Requirements](02-Introduction)
## [Section 3 : Data types](03-DataTypes)
## [Section 4 : Const and variables](04-Variables)
## [Section 5 : Conditional statements](05-ConditionalStatements)
## [Section 6 : Loop statements](06-Loops)
## [Section 7 : Composite data types](07-CompositeDataTypes)
## [Section 8 : Functions](08-Function)
## [Section 9 : Structs](09-Structs)
## [Section 10 : Interface](10-Interfaces)
## [Section 11 : Modules](11-Modules)
# Advanced
## [Section 12 : Generics](12-Generics)
## [Section 13 : Errors](13-Errors)
## [Section 14 : Logging](14-Logging)
## [Section 15 : Concurrency](15-Concurrency)
## [Section 16 : Json](16-Json)
## [Section 17 : Http](17-Http)
## [Section 18 : Test](18-Test)