Loading...
Loading...
Expertise in Go programming according to the Google Go Style Guide. Use when the user needs to write, refactor, or review Go code for clarity, simplicity, and maintainability. This skill ensures adherence to Google's official Go idioms, formatting, and the "Least Mechanism" principle.
npx skill4agent add metalagman/agent-skills go-google-style-guidegofmtMixedCapsmixedCapssnake_caseserveHTTPURLIDJSONuser.Useruser.Typeirerrvar x Tif err := doSomething(); err != nil { ... }err == nil%wfmt.Errorf("reading config: %w", err)context.Contextgodocif got != want { t.Errorf(...) }flag.Setgofmt