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).

aneviaro 8b3752c 5 files · 23.7 KB Updated

File contents

aneviaro/pipack/tree/main/agent/skills/go-naming commit 8b3752c247

Frequently asked questions

npx skillmds@latest add aneviaro/go-naming