# Golang Azərbaycan

## Golang Azərbaycan

- [Info](https://docs.golang.az/readme.md)
- [Go Compiler Installations](https://docs.golang.az/go-compiler-install.md)
- [First Go Application](https://docs.golang.az/first-app.md)
- [Build on Different Platforms](https://docs.golang.az/buildin-different-platform.md)
- [Values](https://docs.golang.az/values.md)
- [Variables](https://docs.golang.az/variables.md)
- [Assignment Operators](https://docs.golang.az/assignments-oprator.md)
- [Code Grouping Process](https://docs.golang.az/code-grouping-process.md)
- [Type Conversion](https://docs.golang.az/type-conversion.md)
- [Comments](https://docs.golang.az/comments.md)
- [Arithmetic Operators](https://docs.golang.az/aritmetic-operators.md)
- [Logical Operators](https://docs.golang.az/logical-operators.md)
- [Relational Operators](https://docs.golang.az/relational-operators.md)
- [Constants](https://docs.golang.az/constants.md)
- [if/else](https://docs.golang.az/if-else.md)
- [For](https://docs.golang.az/for.md)
- [Switch](https://docs.golang.az/switch.md)
- [Arrays](https://docs.golang.az/arrays.md)
- [Slices](https://docs.golang.az/slices.md)
- [Maps](https://docs.golang.az/maps.md)
- [Range](https://docs.golang.az/range.md)
- [Functions](https://docs.golang.az/functions/function.md)
- [Variadic function](https://docs.golang.az/functions/variadic-function.md)
- [Closures](https://docs.golang.az/functions/closures.md)
- [Anonymous](https://docs.golang.az/functions/anonim-function.md)
- [Recursion](https://docs.golang.az/functions/recursion.md)
- [Empty Identifiers](https://docs.golang.az/empty-identifiers.md)
- [Pointers](https://docs.golang.az/pointers.md)
- [Strings and Runes](https://docs.golang.az/strings_and_runs.md)
- [Structs](https://docs.golang.az/structs.md)
- [Anonymous struct](https://docs.golang.az/anonim-struct.md)
- [Method](https://docs.golang.az/method.md)
- [Interface](https://docs.golang.az/interface.md)
- [Dynamic Variables](https://docs.golang.az/dynamic-variables.md)
- [Generics](https://docs.golang.az/generics.md)
- [Struct embedding](https://docs.golang.az/struct-embedding.md)
- [Errors](https://docs.golang.az/errors.md)
- [Goroutines](https://docs.golang.az/goroutines.md)
- [Channel](https://docs.golang.az/channel.md)
- [Select](https://docs.golang.az/select.md)
- [Timeouts](https://docs.golang.az/timeouts.md)
- [Non-Blocking Channel Operations](https://docs.golang.az/non-blocking-channel-operations.md)
- [Closing Channels](https://docs.golang.az/closing-channels.md)
- [Range over Channels](https://docs.golang.az/range-over-channels.md)
- [Timers](https://docs.golang.az/timers.md)
- [Ticker](https://docs.golang.az/ticker.md)
- [Worker pools](https://docs.golang.az/worker-pools.md)
- [WaitGroups](https://docs.golang.az/waitgroups.md)
- [Rate Limiting](https://docs.golang.az/ratelimiting.md)
- [Atomic Counter](https://docs.golang.az/atomic-counter.md)
- [Sorting](https://docs.golang.az/sorting.md)
- [Panic](https://docs.golang.az/panic.md)
- [Defer](https://docs.golang.az/defer.md)
- [String Functions](https://docs.golang.az/string-functions.md)
- [Recover](https://docs.golang.az/recover.md)
- [Text Templates](https://docs.golang.az/text-templates.md)
- [Json](https://docs.golang.az/json.md)
- [Mysql](https://docs.golang.az/database/mysql.md)
- [Postgres](https://docs.golang.az/database/postgres.md)
- [Mssql](https://docs.golang.az/database/mssql.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.golang.az/readme.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.
