Go Library
4.14K subscribers
20 photos
63 files
813 links
Go (Golang) Library

Реклама: @ostinostin
Контент: @mxssl
Download Telegram
Logging in Go with Slog: A Practitioner's Guide

https://www.dash0.com/guides/logging-in-go-with-slog
Trace Go Apps Using Runtime Tracing and OpenTelemetry

https://last9.io/blog/trace-go-apps-using-runtime-tracing-and-opentelemetry
Designing a composable rate limiter

Having used rate limiters a few times, I’ve observed that they must be thoughtfully designed. In particular, they are typically comprised of several policies which we wish to stack on one another. It can get messy.

So I decided to design a rate limiter that emphasizes composability, which I define as having the right primitives, where one can express arbitrary policies, and which can be combined in a way that is easy to reason about.


https://clipperhouse.com/composable-rate-limiter/
BillionMail

BillionMail is a future open-source Mail server, Email marketing platform designed to help businesses and individuals manage their email campaigns with ease. Whether you're sending newsletters, promotional emails, or transactional messages, this tool will provide full control over your email marketing efforts. With features like advanced analytics, and customer management, you'll be able to create, send, and track emails like a pro.


https://github.com/aaPanel/BillionMail
crush

The glamourous AI coding agent for your favourite terminal


https://github.com/charmbracelet/crush
ch.at

A lightweight language model chat service accessible through HTTP, SSH, DNS, and API. One binary, no JavaScript, no tracking.


# Web (no JavaScript)
open https://ch.at

# Terminal
curl ch.at/?q=hello # Streams response with curl's default buffering
curl -N ch.at/?q=hello # Streams response without buffering (smoother)
curl ch.at/what-is-rust # Path-based (cleaner URLs, hyphens become spaces)
ssh ch.at

# DNS tunneling
dig @ch.at "what-is-2+2" TXT

# API (OpenAI-compatible)
curl ch.at/v1/chat/completions


https://github.com/Deep-ai-inc/ch.at
sentinel

Multi-protocol service monitoring system with real-time alerts and web dashboard. Supports HTTP/HTTPS, TCP and gRPC monitoring with Telegram notifications.


https://github.com/sxwebdev/sentinel
Go Concurrency Explorer

https://www.concurrency.rocks
Go Assembly Mutation Testing

https://words.filippo.io/assembly-mutation
🔎 Ищете способы улучшить работу с данными в Go?

На открытом вебинаре разберемся, как использовать итераторы для работы с большими данными. Поймем, что изменилось с Go 1.23 и какие преимущества дают ленивые итераторы.

❗️ Изучите, как заменить стандартные циклы на более эффективные итераторы и оптимизировать свой код. Освойте лучшие практики разработки на Go!

Присоединяйтесь к открытому уроку 19 августа в 20:00 МСК: https://vk.cc/cOxPmy

Реклама. ООО «Отус онлайн-образование», ОГРН 1177746618576, www.otus.ru, erid: 2Vtzqw9pLjB
Understanding reading all available things from a Go channel (with a timeout)

https://utcc.utoronto.ca/~cks/space/blog/programming/GoReadAllFromChannelWithTimeout
statsviz

Visualize real time plots of your Go program runtime metrics, including heap, objects, goroutines, GC pauses, scheduler and more, in your browser.


https://github.com/arl/statsviz
treeview

TreeView is a feature-rich Go library for displaying and navigating tree structures in the terminal. TreeView has full Bubble Tea and Lipgloss support, allowing you to build glamorous, interactive terminal applications.


https://github.com/Digital-Shane/treeview
dwarfreflect

Enhanced reflection for Go using DWARF debug information to extract function parameter names, enabling automatic struct generation and semantic function calls.


https://github.com/matteo-grella/dwarfreflect
cors

A principled CORS middleware library for Go, designed to be both easier to use and harder to misuse than existing alternatives.


https://github.com/jub0bs/cors
stormy

Minimal, customizable, and neofetch-like weather CLI inspired by rainy, written in Go


https://github.com/ashish0kumar/stormy
jwt

Go implementation of JSON Web Tokens (JWT).


https://github.com/golang-jwt/jwt