AI AGENT ADDONS

Golang Data Structures

samber/cc-skills-golang
Programming Languages
33,646installs

Go data structures help you write fast and efficient code. This skill teaches you how slices, maps, arrays, and containers work inside Go. You will learn how to pick the right structure for each job.

Preallocation saves time and memory. The skill shows you how to use make with known sizes. It also explains slice capacity growth and why you should not rely on it. strings.Builder and bytes.Buffer are compared for building strings.

Advanced topics include unsafe.Pointer and weak.Pointer. You will also learn about generic collections and the container/ packages. This skill is made for Go developers who want better performance and fewer bugs.

Add Golang Data Structures skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-data-structures

Project

mkdir -p .claude/skills/golang-data-structures

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago