# اصول گو

- [نصب گو](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/install-go.md)
- [سلام، دنیا](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/hello-world.md)
- [اعداد صحیح](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/integers.md)
- [تکرار](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/iteration.md)
- [آرایه و اسلایس](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/arrays-and-slices.md)
- [ساختار, متد و اینترفیس](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/structs-methods-and-interfaces.md)
- [پوینتر و خطا](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/pointers-and-errors.md)
- [مپ](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/maps.md)
- [تزریق وابستگی](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/dependency-injection.md)
- [تقلید](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/mocking.md)
- [همزمانی](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/concurrency.md)
- [دستور Select](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/select.md)
- [انعکاس](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/reflection.md)
- [کتابخانه‌ی Sync](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/sync.md)
- [کتابخانه‌ی Context](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/context.md)
- [Intro to property based tests](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/roman-numerals.md)
- [Maths](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/math.md)
- [Reading files](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/reading-files.md)
- [Templating](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/html-templates.md)
- [Generics](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/generics.md)
- [Revisiting arrays and slices with generics](https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw/revisiting-arrays-and-slices-with-generics.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://go-yaad-begir.gitbook.io/go-ba-test/aswl-gw.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
