The Strings Package

The strings package from the standard library provides a handful of useful utilities to deal with UTF-8 encoded strings

August 9, 2025 · 5 min · lukefilewalker
programming go

Concurrency Patterns in Go - a Series

Explore concurrency patterns in Go to improve your code

September 7, 2024 · 2 min · lukefilewalker
programming go