Skip to content

Commit 80c7087

Browse files
committed
Change readme language to english
1 parent 9e464c8 commit 80c7087

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

Readme.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
1-
<div dir="rtl">
1+
# Golang Tutorial [Course Address](https://7learn.com/course/golang-expert)
22

3-
# دوره آموزش Go
3+
# Basic
4+
## [Section 1 : Intro](01)
45

5-
<p></p>
6+
## [Section 2 : Requirements](02-Introduction)
67

7-
# [فصل 1 : معرفی دوره](01)
8+
## [Section 3 : Data types](03-DataTypes)
89

9-
<p></p>
10+
## [Section 4 : Const and variables](04-Variables)
1011

11-
# [فصل 2 : پیش نیاز ها](02-Introduction)
12+
## [Section 5 : Conditional statements](05-ConditionalStatements)
1213

13-
<p></p>
14+
## [Section 6 : Loop statements](06-Loops)
1415

15-
# [فصل 3 : آشنایی با دیتا تایپ ها](03-DataTypes)
16+
## [Section 7 : Composite data types](07-CompositeDataTypes)
1617

17-
<p></p>
18+
## [Section 8 : Functions](08-Function)
1819

19-
# [فصل 4 : آشنایی با ثابت ها و متغیر ها](04-Variables)
20+
## [Section 9 : Structs](09-Structs)
2021

21-
<p></p>
22+
## [Section 10 : Interface](10-Interfaces)
2223

23-
# [فصل 5 : آشنایی با ساختار های شرطی](05-ConditionalStatements)
24+
## [Section 11 : Modules](11-Modules)
2425

25-
<p></p>
26+
# Advanced
2627

27-
# [فصل 6 : آشنایی با ساختار های تکرار](06-Loops)
28+
## [Section 12 : Generics](12-Generics)
2829

29-
<p></p>
30+
## [Section 13 : Errors](13-Errors)
3031

31-
# [فصل 7 : آشنایی با دیتاتایپ های پیچیده](07-CompositeDataTypes)
32-
<p></p>
32+
## [Section 14 : Logging](14-Logging)
3333

34-
# [فصل 7 : آشنایی باتوابع](08-Function)
34+
## [Section 15 : Concurrency](15-Concurrency)
3535

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

Comments
 (0)