toolbox/README.md

15 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# toolbox
Докер-тулбокс с гошными и окологошными тулзами, которые я использую для разработки.
## Что присутствует
В качестве базового образа используется Debian 11 (slim).
| Бинарный файл | Версия | Проект | Репозиторий |
|-----------------|--------|---------------|-------------------------------------------------------------|
| `go` | 1.20.4 | Go | [Внешняя ссылка](https://go.dev/dl/) |
| `golangci-lint` | 1.52.2 | golangci-lint | [Внешняя ссылка](https://github.com/golangci/golangci-lint) |
| `gofumpt` | 0.5.0 | gofumpt | [Внешняя ссылка](https://github.com/mvdan/gofumpt) |
| `task` | 3.24.0 | taskfile | [Внешняя ссылка](https://github.com/go-task/task) |