Go Generics

Use when deciding whether to use Go generics, writing generic functions or types, choosing constraints, or picking between type aliases and type definitions. Also use when a user is writing a utility function that could work with multiple types, even if they don't mention generics explicitly. Does not cover interface design without generics (see go-interfaces).

aneviaro a564f89 2 files · 9.5 KB Updated

File contents

aneviaro/pipack/tree/main/agent/skills/go-generics commit a564f890b9

Frequently asked questions

npx skillmds@latest add aneviaro/go-generics