diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 19:52:06 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 19:52:06 +0300 |
commit | 99deed9ef6ab7624d5485ed582de015fae6b578b (patch) | |
tree | 461f800fc2d4ba4cdfec4a09b54950106dfd8c09 /content/posts/2022-05-31-golang-1 | |
parent | 876f3e0ae68f46791aeecdaed398dfc91389c3c8 (diff) |
Auto-commit 2025-01-02
Diffstat (limited to 'content/posts/2022-05-31-golang-1')
-rw-r--r-- | content/posts/2022-05-31-golang-1/index.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/content/posts/2022-05-31-golang-1/index.md b/content/posts/2022-05-31-golang-1/index.md index 37dd2e8..9ba4e7c 100644 --- a/content/posts/2022-05-31-golang-1/index.md +++ b/content/posts/2022-05-31-golang-1/index.md @@ -8,8 +8,12 @@ title = 'Golang подборка 1' Просто собираю подборку интересных ссылок по гошке на почитать потом. - [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 +- Серия видосов про создание игры в стиле 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 точками: ``` @@ -27,4 +31,5 @@ func GetDistance(lat1, lon1, lat2, lon2 float64) float64 { ``` -- [god](https://github.com/pioz/god) — Утилита подгатавливающая демоны из go программы. Для меня ценное — что генерит systemd конфиги.
\ No newline at end of file +- [god](https://github.com/pioz/god) — Утилита подгатавливающая демоны из go + программы. Для меня ценное — что генерит systemd конфиги.
\ No newline at end of file |