> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/back-end/go.md).

# Go

* <https://go.dev/>
* <https://gobyexample.com/>
* <https://gowebexamples.com/>
* <https://pkg.go.dev/>
* <https://github.com/golang-standards/project-layout>

## Bibliotecas

### Compilador

* [Borgo](https://github.com/borgo-lang/borgo)
* [TinyGo](https://tinygo.org/)

### Concorrência

* [Conc](https://github.com/sourcegraph/conc)

### Fisica

* [Physix-go](https://github.com/rudransh61/Physix-go)

### GitHub

* [go-github](https://github.com/google/go-github)

### Injeção de Dependência

* [Dig](https://github.com/uber-go/dig)

### JavaScript

* [v8Go](https://github.com/rogchap/v8go)

### Jobs

* [River](https://riverqueue.com/)

### ORM

* [Ent](https://entgo.io/)
* [Gorm](https://gorm.io/index.html)
* [Upper/DB](https://upper.io/v4/)

### Qualidade

* [Ginkgo](https://onsi.github.io/ginkgo/)
* [GoCoverTreemap](https://github.com/nikolaydubina/go-cover-treemap)

### Schedule

* [GoQuartz](https://github.com/reugn/go-quartz)

### Segurança

* [Garble](https://github.com/burrowers/garble)

### Snippets de Códigos

* [freeze](https://github.com/charmbracelet/freeze)

### Validação

* [Validator](https://github.com/go-playground/validator)

### Web

* [Wails](https://wails.io/)

## Frameworks

### API

* [Echo](https://echo.labstack.com/)
* [Fiber](https://gofiber.io/)
* [Gin](https://gin-gonic.com/)
* [Huma](https://huma.rocks/)
* [Zen](https://github.com/unkeyed/unkey/tree/main/go/pkg/zen)

### Application

* [Pushup](https://pushup.adhoc.dev/)

### Microservices

* [Service Weaver](https://opensource.googleblog.com/2023/03/introducing-service-weaver-framework-for-writing-distributed-applications.html)
