Tagged in

Go

Google Cloud - Community
Google Cloud - Community
A collection of technical articles and blogs published or curated by Google Cloud Developer Advocates. The views expressed are those of the authors and don't necessarily reflect those of Google.
More information
Followers
58K
Elsewhere
More, on Medium

Interning in Go

Go 1.23 comes with a new package unique implementing interning, and a blog post about it. Interning is re-using objects of equal…


Using AlloyDB Go connector for automatic IAM authentication (service account)

Introduction

AlloyDB is a fully managed PostgreSQL compatible database service for your most demanding enterprise workloads. AlloyDB combines the best of Google…


Go slices, deleting items, and memory usage

Go is one of the best choices for cloud applications. It’s fast, frugal, secure, and…