DEV Community

#stdlib

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
unsafe.Pointer in Go: The 4 Patterns the Rules Actually Allow

unsafe.Pointer in Go: The 4 Patterns the Rules Actually Allow

Comments
6 min read
Method Values vs Method Expressions in Go: A Distinction Worth Knowing

Method Values vs Method Expressions in Go: A Distinction Worth Knowing

Comments
6 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
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
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
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 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
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
Small Interfaces in Go: How io.Reader and io.Writer Compose Everything

Small Interfaces in Go: How io.Reader and io.Writer Compose Everything

Comments
6 min read
iota in Go: Enums, Bit Flags, and the Traps Beginners Hit

iota in Go: Enums, Bit Flags, and the Traps Beginners Hit

1
Comments 2
5 min read
Go Slice Tricks: Insert, Delete, and Filter Without a Helper Library

Go Slice Tricks: Insert, Delete, and Filter Without a Helper Library

Comments
7 min read
Make the Zero Value Useful: A Go Design Habit That Saves Constructors

Make the Zero Value Useful: A Go Design Habit That Saves Constructors

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