Golang Articles, News, Packages
golangch.bsky.social
Golang Articles, News, Packages
@golangch.bsky.social
https://x.com/golangch with over 30k followers

Go Development and AI Consulting: https://altafino.com
A small CLI tool that converts selected files into clean, consistent Markdown-fenced blocks, making it easy to provide precise, repeatable context to LLMs
#golang

github.com/rasros/lx
GitHub - rasros/lx: A small CLI tool that converts selected files into clean, consistent Markdown-fenced blocks, making it easy to provide precise, repeatable context to LLMs.
A small CLI tool that converts selected files into clean, consistent Markdown-fenced blocks, making it easy to provide precise, repeatable context to LLMs. - rasros/lx
github.com
December 2, 2025 at 7:19 AM
A lightweight Go-based CLI utility designed to synchronize SSH public keys from remote URLs into local authorized_keys files
#golang

github.com/eduardolat/...
December 2, 2025 at 7:17 AM
ULID: Universally Unique Lexicographically Sortable Identifier
Using ULID identifiers in Go programs running on Postgres database.
#golang

packagemain.tech/p/ulid-iden...
ULID: Universally Unique Lexicographically Sortable Identifier
Using ULID identifiers in Go programs running on Postgres database.
packagemain.tech
December 2, 2025 at 7:15 AM
A nice speech about "Advancing Go Garbage Collection with Green Tea"
#golang

youtu.be/gPJkM95KpKo...
December 1, 2025 at 2:58 PM
A modern, production-ready Go REST API for authentication and authorization, featuring social login, email verification, JWT, and Redis integration.
#golang

github.com/gjovanovics...
GitHub - gjovanovicst/golang-auth-api: A modern, production-ready Go REST API for authentication and authorization, featuring social login, email verification, JWT, and Redis integration.
A modern, production-ready Go REST API for authentication and authorization, featuring social login, email verification, JWT, and Redis integration. - gjovanovicst/golang-auth-api
github.com
November 29, 2025 at 2:17 PM
An AI application built entirely in Go, showcasing the evolution from simple prompts to sophisticated multi-stage LLM pipelines with content moderation and natural language understanding.
#golang

vnaveen9296.medium.com/building-an...
November 29, 2025 at 10:31 AM
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
#golang

github.com/gotify/server
November 29, 2025 at 8:00 AM
An open-source alternative to Mailchimp, Brevo, Mailjet, Listmonk, Mailerlite, and Klaviyo, Loop.so, etc.
#golang

github.com/Notifuse/no...
November 28, 2025 at 7:57 AM
A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features. Go Backend
#golang

github.com/mayswind/ez...
November 28, 2025 at 7:54 AM
A multi-agent Intelligent Memory & Insight Repository
AI-Powered Memory Bank + Task Management Orchestration with Knowledge Graphs
#golang

github.com/orneryd/Mimir
November 28, 2025 at 7:33 AM
A fast disk usage analyzer with console interface written in Go
#golang

github.com/dundee/gdu
GitHub - dundee/gdu: Fast disk usage analyzer with console interface written in Go
Fast disk usage analyzer with console interface written in Go - dundee/gdu
github.com
November 27, 2025 at 12:15 PM
A Go-based CLI tool for spawning and running containers according to the OCI specification
#golang

github.com/opencontain...
GitHub - opencontainers/runc: CLI tool for spawning and running containers according to the OCI specification
CLI tool for spawning and running containers according to the OCI specification - opencontainers/runc
github.com
November 27, 2025 at 5:05 AM
Why Your Go Code Is Slower Than It Should Be: A Deep Dive Into Heap Allocations
#golang

cristiancurteanu.com/why-your-go...
Why Your Go Code Is Slower Than It Should Be: A Deep Dive Into Heap Allocations
Learn how to avoid redundant heap allocations in Go, and improve your code
cristiancurteanu.com
November 26, 2025 at 11:46 AM
A Go CLI to edit #GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows, and can also update their versions and verify version annotations.
#golang

github.com/suzuki-shun...
November 25, 2025 at 8:54 AM
An interesting article about "A million ways to die from a data race in Go"
#golang

gaultier.github.io/blog/a_mill...
November 25, 2025 at 4:50 AM
Simplify Go app configuration from environment variables. In local development, we can supply a .env file with key/value pairs. When deployed, values come from a secret manager
#golang

github.com/DeanPDX/dot...
November 25, 2025 at 4:44 AM
A cross-platform binary installer with a package manager workflow. It lets you install programs from GitHub via REST API, downloading binaries from releases, symlinking to PATH, and checking for updates.
#golang

github.com/yhoundz/parm
GitHub - yhoundz/parm: Install any program from your terminal. Cross platform package installer and lifecycle manager using GitHub Releases.
Install any program from your terminal. Cross platform package installer and lifecycle manager using GitHub Releases. - yhoundz/parm
github.com
November 25, 2025 at 4:39 AM
A remote #Terraform/#OpenTofu state service paired with a friendly CLI that automates backend configuration, dependency wiring, and collaborative workflows
#golang

github.com/TerraConstr...
November 25, 2025 at 4:33 AM
A Go library that tries to treat environment variables as a proper language. By having a proper grammar, it can parse and evaluate expressions that are based on environment variables.
#golang

github.com/ulyssessouz...
GitHub - ulyssessouza/envlang: Go library for parsing and processing environment variable files with full POSIX shell parameter expansion support using ANTLR4. Also provides a way to configure stores so you can get the data from multiple places (ex. Key Value store or Vault).
Go library for parsing and processing environment variable files with full POSIX shell parameter expansion support using ANTLR4. Also provides a way to configure stores so you can get the data from...
github.com
November 25, 2025 at 4:29 AM
A real-time, particle-based fluid simulation that runs entirely in your terminal. This project implements Smoothed Particle Hydrodynamics (SPH) using Go and tcell for rendering.
#golang

github.com/null-enjoye...
November 25, 2025 at 4:21 AM
A self-hosted cloud platform in a single binary - Share files, collaborate in real-time, and manage users with zero dependencies
#golang

github.com/MertJSX/fol...
GitHub - MertJSX/folderhost: Your own private cloud in one executable. Share files, collaborate on code, and manage users without complex setup.
Your own private cloud in one executable. Share files, collaborate on code, and manage users without complex setup. - MertJSX/folderhost
github.com
November 24, 2025 at 4:56 AM
A Protobuff compiler (protoc) plugin to generate CRUD enabling interfaces and implementations in the Go language
#golang

github.com/samlitowitz...
GitHub - samlitowitz/protoc-gen-crud: Protobuff compiler (protoc) plugin to generate CRUD enabling interfaces and implementations in the Go language.
Protobuff compiler (protoc) plugin to generate CRUD enabling interfaces and implementations in the Go language. - samlitowitz/protoc-gen-crud
github.com
November 24, 2025 at 4:29 AM
A Terminal client for HTTP/GraphQL/gRPC with support for SSH tunnels, WebSockets, SSE, workflows, profiling, OpenAPI and response diffs.
#golang

github.com/unkn0wn-roo...
November 24, 2025 at 4:22 AM
A VSCode extension for converting Go structs to TypeScript interfaces and vice versa. Helpful for simple JSON API design.
#golang

github.com/Karl1b/go4l...
November 23, 2025 at 3:17 PM