DEV Community

Go

A statically typed, compiled programming language designed at Google

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
bufio.Scanner in Go: The Default Buffer Limit That Truncates Your Lines

bufio.Scanner in Go: The Default Buffer Limit That Truncates Your Lines

Comments
5 min read
From sort.Slice to slices.Sort in Go: Cleaner, Faster, Type-Safe

From sort.Slice to slices.Sort in Go: Cleaner, Faster, Type-Safe

Comments
6 min read
encoding/gob in Go: Binary Serialization Built for Go-to-Go Services

encoding/gob in Go: Binary Serialization Built for Go-to-Go Services

Comments
7 min read
govulncheck: Scan Go Code for CVEs You Can Actually Reach

govulncheck: Scan Go Code for CVEs You Can Actually Reach

Comments
6 min read
html/template in Go: The Auto-Escaping That Stops XSS (When You Let It)

html/template in Go: The Auto-Escaping That Stops XSS (When You Let It)

Comments
7 min read
signal.NotifyContext in Go: Clean Ctrl-C Handling in One Line

signal.NotifyContext in Go: Clean Ctrl-C Handling in One Line

Comments
5 min read
regexp in Go: MustCompile, Reuse, and the Performance You're Leaving Behind

regexp in Go: MustCompile, Reuse, and the Performance You're Leaving Behind

Comments
6 min read
json.RawMessage in Go: Deferring Decode Until You Know the Type

json.RawMessage in Go: Deferring Decode Until You Know the Type

Comments
6 min read
io.Pipe, io.TeeReader, io.LimitReader: Go Stream Composition Toolkit

io.Pipe, io.TeeReader, io.LimitReader: Go Stream Composition Toolkit

Comments
7 min read
Go's time Package: Monotonic Clocks and the Bugs They Prevent

Go's time Package: Monotonic Clocks and the Bugs They Prevent

Comments
6 min read
database/sql in Go: NullString, Contexts, and Connection Lifecycle

database/sql in Go: NullString, Contexts, and Connection Lifecycle

Comments
7 min read
Go 1.22 ServeMux: Method and Wildcard Routing Without a Framework

Go 1.22 ServeMux: Method and Wildcard Routing Without a Framework

Comments
7 min read
time.Ticker and time.Timer in Go: The Reset and Leak Traps

time.Ticker and time.Timer in Go: The Reset and Leak Traps

Comments
6 min read
Mutex Contention in Go: Finding It Before It Finds You

Mutex Contention in Go: Finding It Before It Finds You

Comments
6 min read
Custom JSON in Go: Marshaler, Unmarshaler, and the omitempty Traps

Custom JSON in Go: Marshaler, Unmarshaler, and the omitempty Traps

Comments
7 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.