Home avatar

Interested in Linux, self-hosted services, and software development, with occasional posts about games. This blog documents problems I run into, solutions that work, and tools or projects worth sharing.

Using GO Sync.Once

Learn how Go sync.Once guarantees one-time function execution in concurrent code, with basic, singleton, and one-time initialization examples.