Go Packages

Use when creating Go packages, organizing imports, managing dependencies, or deciding how to structure Go code into packages. Also use when starting a new Go project or splitting a growing codebase into packages, even if the user doesn't explicitly ask about package organization. Does not cover naming individual identifiers (see go-naming).

cxuu Updated

File contents

cxuu/golang-skills commit cd798e3899

Frequently asked questions

npx skillmds@latest add cxuu/go-packages