Skip to content

Commit

Permalink
Fix links issues of chapter 1
Browse files Browse the repository at this point in the history
  • Loading branch information
armineyvazi committed Jun 8, 2023
1 parent 9e35928 commit 4db2e75
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions content/chapter 1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ bookCollapseSection: true

در فصل اول به مفاهیم پایه زبان برنامه‌نویسی گو بطور عمیق می‌پردازیم. این فصل شامل چندین بخش هست :

- 1.1[ ساختار کد گو](https://book.gofarsi.ir/chapter-1/structure-of-go-code/)
- 1.2[ کلید واژه و شناسه‌ها](https://book.gofarsi.ir/chapter-1/go-built-in-keywords-identifiers/)
- 1.3 [تایپ های پایه](https://book.gofarsi.ir/chapter-1/go-basic-types/)
- 1.4 [عملگرها](https://book.gofarsi.ir/chapter-1/go-operators/)
- 1.5 [متغیرها و constant](https://book.gofarsi.ir/chapter-1/go-variables-and-consts/)
- 1.6 [مقادیر صفر تایپ ها (zero values)](https://book.gofarsi.ir/chapter-1/go-zero-values/)
- 1.7 [تابع (function)](https://book.gofarsi.ir/chapter-1/go-function/)
- 1.8 [آرایه و slice](https://book.gofarsi.ir/chapter-1/go-array/)
- 1.9 [حلقه ها (for)](https://book.gofarsi.ir/chapter-1/go-for/)
- 1.10 [نقشه map](https://book.gofarsi.ir/chapter-1/go-map/)
- 1.11 [شرط (if, switch)](https://book.gofarsi.ir/chapter-1/go-if-switch/)
- 1.12 [اضافه کردن پکیج در کد (package)](https://book.gofarsi.ir/chapter-1/go-package/)
- 1.13 [defer, panic, recovery](https://book.gofarsi.ir/chapter-1/go-defer-panic-recovery/)
- 1.14 [لیست تایپ ها و توابع Builtin](https://book.gofarsi.ir/chapter-1/go-builtins/)
- 1.15[قالب بندی رشته ها](https://book.gofarsi.ir/chapter-1/go-string-formatting/)
- 1.1[ ساختار کد گو](structure-of-go-code)
- 1.2[ کلید واژه و شناسه‌ها](go-built-in-keywords-identifiers)
- 1.3 [تایپ های پایه](chapter-1/go-basic-types)
- 1.4 [عملگرها](go-operators)
- 1.5 [متغیرها و constant](go-variables-and-consts)
- 1.6 [مقادیر صفر تایپ ها (zero values)](go-zero-values)
- 1.7 [تابع (function)](go-function)
- 1.8 [آرایه و slice](go-array)
- 1.9 [حلقه ها (for)](go-for)
- 1.10 [نقشه map](go-map)
- 1.11 [شرط (if, switch)](go-if-switch)
- 1.12 [اضافه کردن پکیج در کد (package)](go-package)
- 1.13 [defer, panic, recovery](go-defer-panic-recovery)
- 1.14 [لیست تایپ ها و توابع Builtin](go-builtins)
- 1.15[قالب بندی رشته ها](go-string-formatting)

0 comments on commit 4db2e75

Please sign in to comment.