The Green Tea Garbage Collector
https://go.dev/blog/greenteagc
Go 1.25 includes a new experimental garbage collector called Green Tea, available by setting GOEXPERIMENT=greenteagc at build time. Many workloads spend around 10% less time in the garbage collector, but some workloads see a reduction of up to 40%!
It’s production-ready and already in use at Google, so we encourage you to try it out. We know some workloads don’t benefit as much, or even at all, so your feedback is crucial to helping us move forward. Based on the data we have now, we plan to make it the default in Go 1.26.
https://go.dev/blog/greenteagc
Go Wiki: Go-Release-Cycle
https://go.dev/wiki/Go-Release-Cycle
Go is released every six months. Each release cycle is broken down into a development phase lasting about 4 months, followed by a 3-month period of testing and polishing called the release freeze. If everything goes well, work on the next release begins before the previous release has shipped, resulting in an overlap of about a month.
https://go.dev/wiki/Go-Release-Cycle
Timezones as Types: Making Time Safer to Use in Go
https://www.matthewhalpern.com/posts/golang-type-safe-timezones
TL;DR Meridian uses Go generics to encode timezones directly into the type system (et.Time, pt.Time, etc.), catching timezone bugs at compile time instead of production.
https://www.matthewhalpern.com/posts/golang-type-safe-timezones
From 19 Hours to Under a Second: Building a Blazing-Fast TCP Scanner in Go
https://docs.serviceradar.cloud/blog/blazing-fast-go-syn-scanner
https://docs.serviceradar.cloud/blog/blazing-fast-go-syn-scanner
vacuum
https://github.com/daveshanley/vacuum
An ultra-super-fast, lightweight OpenAPI linter and quality checking tool, written in golang and inspired by Spectral.
https://github.com/daveshanley/vacuum
do
https://github.com/samber/do
This library implements the Dependency Injection design pattern. It may replace the fantastic uber/dig package. samber/do uses Go 1.18+ generics and therefore offers a type‑safe API.
https://github.com/samber/do
croc
https://github.com/schollz/croc
croc is a tool that allows any two computers to simply and securely transfer files and folders.
https://github.com/schollz/croc
How We Saved 70% of CPU and 60% of Memory in Refinery’s Go Code, No Rust Required
https://www.honeycomb.io/blog/how-we-saved-70-cpu-60-memory-refinery
https://www.honeycomb.io/blog/how-we-saved-70-cpu-60-memory-refinery
frp
https://github.com/fatedier/frp
frp is a fast reverse proxy that allows you to expose a local server located behind a NAT or firewall to the Internet. It currently supports TCP and UDP, as well as HTTP and HTTPS protocols, enabling requests to be forwarded to internal services via domain name.
https://github.com/fatedier/frp
13 ноября(уже в четверг!) в 19:00 по мск приходи онлайн на открытое собеседование, чтобы посмотреть на настоящее интервью на Middle Go-разработчика.
Как это будет:
Это бесплатно. Эфир проходит в рамках менторской программы от ШОРТКАТ для Go-разработчиков, которые хотят повысить свой грейд, ЗП и прокачать скиллы.
Переходи в нашего бота, чтобы получить ссылку на эфир → @shortcut_go_bot
Реклама.
О рекламодателе.
Please open Telegram to view this post
VIEW IN TELEGRAM
warpnet
https://github.com/Warp-net/warpnet
WarpNet is a decentralized, peer-to-peer social network inspired by Twitter, built with Go. It runs without central servers, using Noise protocol for inter-node communication and built-in local storage. WarpNet is censorship-resistant, scalable, and fully open-source.
https://github.com/Warp-net/warpnet
Practical Go: Real world advice for writing maintainable Go programs
https://dave.cheney.net/practical-go/presentations/qcon-china.html
https://dave.cheney.net/practical-go/presentations/qcon-china.html
Go Style Guide
https://docs.gruntwork.io/guides/style/golang-style-guide
This is Gruntwork’s style guide for the Go programming language. It aims to help us ensure that the code we write is clear, readable, idiomatic Go code. The conventions detailed in this guide are our preferences and should be thought of as guidelines rather than hard rules.
https://docs.gruntwork.io/guides/style/golang-style-guide
Go standards and style guidelines
https://docs.gitlab.com/development/go_guide
This document describes various guidelines and best practices for GitLab projects using the Go language.
https://docs.gitlab.com/development/go_guide
Thanos Coding Style Guide
https://thanos.io/tip/contributing/coding-style-guide.md
This document details the official style guides for the various languages we use in the Thanos project.
https://thanos.io/tip/contributing/coding-style-guide.md