ByteBoard
Boards About Rules Contact
Register | Login
Boards About Rules Contact
Register Login
~/boards │ /cpp/ 4 /cs/ 5 /go/ 3 /js/ 3 /py/ 3 /rs/ 3
← Back to Home

/GO/_

Go (Golang) — goroutines, channels, interfaces, the standard library, error handling patterns, and building fast reliable services the Go way.

> Threads

[+] New Thread
Sort by: [Thread_Name] [Creation_Date] [Number_Of_Posts]
4 posts

Go interfaces — implicit satisfaction is a superpower

Go interfaces are structurally typed, not nominally. This changes everything about how you design APIs.

By: bob_codes Apr 17, 2026
4 posts

Go error handling — verbose but honest

if err != nil gets a lot of complaints. Here is why the Go community thinks it is actually right.

By: alice_dev Apr 11, 2026
5 posts

Goroutines and channels — the Go concurrency model explained

Go's concurrency model is simple in principle and powerful in practice. Here is how to think about it.

By: dave_runtime Apr 03, 2026
© 2026 ByteBoard