> ## Documentation Index
> Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Go

> Go language learning path from a Python background, covering A Tour of Go basics, GoFrame exploration, and Gin + Gorm backend development.

![Golang](https://cdn.bangwu.top/img/Golang.png)

# Why Go

My first programming language was Python — undeniably convenient and powerful, but lacking in performance. For frequently-used tools and concurrent demands, I eventually chose to learn a high-performance language.

Go is friendly for Python learners to pick up, which is why I chose it.

> Learning path (for reference only):

1. [A Tour of Go](https://tour.go-zh.org/welcome/1) + [Bilibili video](https://www.bilibili.com/video/BV1ae41157o9) for basics
2. GoFrame trial (abandoned later — too comprehensive)
3. Gin + Gorm to build backend
4. To be continued…

<Card title="Gin Framework" icon="bolt" href="/backend/Go/gin/index">
  Go's most popular web framework for building API services.
</Card>
