aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-05-31-golang-1
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022-05-31-golang-1')
-rw-r--r--content/posts/2022-05-31-golang-1/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2022-05-31-golang-1/index.md b/content/posts/2022-05-31-golang-1/index.md
index 0707399..37dd2e8 100644
--- a/content/posts/2022-05-31-golang-1/index.md
+++ b/content/posts/2022-05-31-golang-1/index.md
@@ -7,7 +7,7 @@ title = 'Golang подборка 1'
Просто собираю подборку интересных ссылок по гошке на почитать потом.
-<figure class="wp-block-image">![Golang links](/img/go.jpg)</figure>- [Extra](https://github.com/neonxp/extra) — Моё. Пакет с разными полезными функциями без дополнительных зависимостей.
+- [Extra](https://github.com/neonxp/extra) — Моё. Пакет с разными полезными функциями без дополнительных зависимостей.
- [Серия видосов про создание игры в стиле Animal Crossing на golang с помощью raylib](https://www.youtube.com/watch?v=iWp-mCIQgMU&list=PLVotA8ycjnCsy30WQCwVU5RrZkt4lLgY5&index=1)
- [Самописный распределенный типа Postgres](https://notes.eatonphil.com/distributed-postgres.html). Под капотом raft от hashicorp, boltdb и самое интересное — парсинг SQL
- Рассчет расстояния между двумя Geo точками: