|
1 |
| -<div dir="rtl"> |
| 1 | +# Golang Tutorial [Course Address](https://7learn.com/course/golang-expert) |
2 | 2 |
|
3 |
| -# دوره آموزش Go |
| 3 | +# Basic |
| 4 | +## [Section 1 : Intro](01) |
4 | 5 |
|
5 |
| -<p></p> |
| 6 | +## [Section 2 : Requirements](02-Introduction) |
6 | 7 |
|
7 |
| -# [فصل 1 : معرفی دوره](01) |
| 8 | +## [Section 3 : Data types](03-DataTypes) |
8 | 9 |
|
9 |
| -<p></p> |
| 10 | +## [Section 4 : Const and variables](04-Variables) |
10 | 11 |
|
11 |
| -# [فصل 2 : پیش نیاز ها](02-Introduction) |
| 12 | +## [Section 5 : Conditional statements](05-ConditionalStatements) |
12 | 13 |
|
13 |
| -<p></p> |
| 14 | +## [Section 6 : Loop statements](06-Loops) |
14 | 15 |
|
15 |
| -# [فصل 3 : آشنایی با دیتا تایپ ها](03-DataTypes) |
| 16 | +## [Section 7 : Composite data types](07-CompositeDataTypes) |
16 | 17 |
|
17 |
| -<p></p> |
| 18 | +## [Section 8 : Functions](08-Function) |
18 | 19 |
|
19 |
| -# [فصل 4 : آشنایی با ثابت ها و متغیر ها](04-Variables) |
| 20 | +## [Section 9 : Structs](09-Structs) |
20 | 21 |
|
21 |
| -<p></p> |
| 22 | +## [Section 10 : Interface](10-Interfaces) |
22 | 23 |
|
23 |
| -# [فصل 5 : آشنایی با ساختار های شرطی](05-ConditionalStatements) |
| 24 | +## [Section 11 : Modules](11-Modules) |
24 | 25 |
|
25 |
| -<p></p> |
| 26 | +# Advanced |
26 | 27 |
|
27 |
| -# [فصل 6 : آشنایی با ساختار های تکرار](06-Loops) |
| 28 | +## [Section 12 : Generics](12-Generics) |
28 | 29 |
|
29 |
| -<p></p> |
| 30 | +## [Section 13 : Errors](13-Errors) |
30 | 31 |
|
31 |
| -# [فصل 7 : آشنایی با دیتاتایپ های پیچیده](07-CompositeDataTypes) |
32 |
| -<p></p> |
| 32 | +## [Section 14 : Logging](14-Logging) |
33 | 33 |
|
34 |
| -# [فصل 7 : آشنایی باتوابع](08-Function) |
| 34 | +## [Section 15 : Concurrency](15-Concurrency) |
35 | 35 |
|
36 |
| -</div> |
| 36 | +## [Section 16 : Json](16-Json) |
| 37 | + |
| 38 | +## [Section 17 : Http](17-Http) |
| 39 | + |
| 40 | +## [Section 18 : Test](18-Test) |
0 commit comments