home/categories/package-distribution/comeonoliver-skillshub-skills-cxuu-golang-skills-go-naming-skill-md
package-distributiondevelopment

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

ComeOnOliver
maintainer
ComeOnOliver
更新于 3/23/2026
星标
26
分支
7
quick start

Installation and usage

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

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use go-naming