Go Data Structures

Use when choosing or operating on Go slices, maps, arrays, strings, or container/* types — including slice internals, capacity growth, preallocation, map buckets, sets via map[T]struct{}, strings.Builder vs bytes.Buffer, generic containers, and the slices/maps standard packages (Go 1.21+). Apply proactively whenever data is being collected, transformed, or copied, even if the user has not asked about allocation.

muratmirgun e3b3d39 8.1 KB Updated

File contents

muratmirgun/gophers/tree/main/.claude-plugin/skills/go-data-structures commit e3b3d39fef

Frequently asked questions

npx skillmds@latest add muratmirgun/go-data-structures-2