Discussions

Go discussions, ranked by engagement.

The most-upvoted Go threads from Hacker News, Reddit, and community forums.

3,874
Stories indexed
31
Live sources
55 issue
Latest digest
22h 26m 06:30 CET
Next digest in
Only digest picks
67 stories
Showing Discussions × Reset all
r/
Why is CGO so bad? (reddit.com)

I often see people criticizing CGO (and for good reasons), mainly because it bypasses many of the safety guarantees and tooling that Go provides. There are also issues involving the interaction betwee

Discussions In digest via Reddit by TearsInTokio
GN
Posting AI-written articles to the list? (groups.google.com)

Hi list moderators: Is the posting articles to the Go Nuts list that were clearly written by AI encouraged or frowned upon? I ask because I notice there have been repeated articles posted to the list

Discussions In digest via Golang Nuts by Mike Schinkel
r/
metago, write templates that write go (metago.dev)

It occurred to me a few weeks ago why programming languages don't just try add metaprogramming capabilities with comments, without modifying the original compiler. So I went ahead and experimented how

Discussions In digest via Reddit by crowdyriver
GN
sync.Pool: Stop Allocating, Start Pooling (groups.google.com)

sync.Pool is one of those tools that seems simple until you hit the edge cases. I've been using it heavily in a high-throughput service and wanted to share some patterns that actually work in producti

Discussions In digest via Golang Nuts by Cheikh Seck
r/
Twigg - Open Source Version Control written in go (reddit.com)

Hi everyone! We've been working for a while on a new version control and software forge written in go, and recently decided to open source it! I've learned a lot since i started and the code saddly st

Discussions In digest via Reddit by Fair-Presentation322
r/
Golang, game development, and garbage collection (reddit.com)

I've been on a bit of a golang kick lately. I'm really loving the language, the syntax, the ecosystem, the auto linting, etc, etc. I've also been using golang for simple games (using raylib). So far e

Discussions In digest via Reddit by sdn
r/
MQTT ingestions using Golang, proper architecture (reddit.com)

Right now I have a back-end project in go lang that consist of the following folder structure main.go internal/ internal contains subfolders such as api, assets, configs, pkgs, server, and folder such

Discussions In digest via Reddit by BukHunt
r/
Small Projects (reddit.com)

This is the weekly thread for Small Projects. The point of this thread is to have looser posting standards than the main board. As such, projects are pretty much only removed from here by the mods for

Discussions In digest via Reddit by AutoModerator