Go Generics

Use when deciding whether to introduce Go generics, writing generic functions or types, composing type constraints, or choosing between type aliases and type definitions. Apply proactively when a user is writing a utility function that could conceivably work with multiple types, even if they didn't mention generics. Does not cover interface-only designs (see go-interfaces).

muratmirgun 94853bf 6.0 KB Updated

File contents

muratmirgun/gophers/tree/main/.claude-plugin/skills/go-generics commit 94853bf62d

Frequently asked questions

npx skillmds@latest add muratmirgun/go-generics-2