Go Naming

Use when naming any Go identifier — packages, types, functions, methods, variables, constants, or receivers — to ensure idiomatic, clear names. Also use when a user is creating new types, packages, or exported APIs, even if they don't explicitly ask about naming conventions. Does not cover package organization (see go-packages).

cxuu Updated

File contents

cxuu/golang-skills commit b518b56ca6

Frequently asked questions

npx skillmds@latest add cxuu/go-naming