# BÖLÜM 1 (Ön Eğitim)

- [Golang Hakkında](https://go.kaanksc.com/boeluem-1/golang-hakkinda.md)
- [Sıkça Sorulan Sorular](https://go.kaanksc.com/boeluem-1/sikca-sorulan-sorular.md)
- [Go Derleyicisi Kurulumu](https://go.kaanksc.com/boeluem-1/go-derleyicisi-kurulumu.md)
- [VSCode Go Eklentisi Yükleme](https://go.kaanksc.com/boeluem-1/bilgisayariniz-uezerinde-go-gelistirme.md)
- [Go Projesi Oluşturma](https://go.kaanksc.com/boeluem-1/go-projesi-olusturma.md)
- [Merhaba Dünya](https://go.kaanksc.com/boeluem-1/merhaba-duenya.md)
- [VSCode Varsayılan Hata Ayıklayıcıyı Seçme](https://go.kaanksc.com/boeluem-1/vscode-varsayilan-hata-ayiklayiciyi-secme.md)
- [Farklı Platformlara Build (İnşa) Etme](https://go.kaanksc.com/boeluem-1/farkli-platformlara-build-insa-etme.md)
- [Klasör Build Etme](https://go.kaanksc.com/boeluem-1/klasoer-build-etme.md)
- [Paketler](https://go.kaanksc.com/boeluem-1/paketler.md)
- [Yorum Satırı](https://go.kaanksc.com/boeluem-1/yorum-satiri.md)
- [Veri Tipleri](https://go.kaanksc.com/boeluem-1/veri-tipleri.md)
- [Aritmetik Operatörler](https://go.kaanksc.com/boeluem-1/aritmetik-operatoerler.md)
- [İlişkisel Operatörler](https://go.kaanksc.com/boeluem-1/iliskisel-operatoerler.md)
- [Mantıksal Operatörler](https://go.kaanksc.com/boeluem-1/mantiksal-operatoerler.md)
- [Atama Operatörleri](https://go.kaanksc.com/boeluem-1/atama-operatoerleri.md)
- [Değişkenler ve Atanması](https://go.kaanksc.com/boeluem-1/degiskenler-ve-atanmasi.md)
- [Sabitler](https://go.kaanksc.com/boeluem-1/sabitler.md)
- [Kod Gruplama İşlemi](https://go.kaanksc.com/boeluem-1/kod-gruplama-islemi.md)
- [Tür Dönüşümü](https://go.kaanksc.com/boeluem-1/tuer-doenuesuemue.md)


---

# Agent Instructions: 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.kaanksc.com/boeluem-1.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.
