Loading...
Loading...
Found 18 Skills
Guide for writing idiomatic, effective, and standard Go code. Use this skill when writing, refactoring, or reviewing Go code to ensure adherence to established conventions and best practices.
Go function design patterns including multiple return values, file organization, signature formatting, and Printf conventions. Use when writing functions, organizing Go source files, or formatting function signatures.
Use when deciding whether to use Go generics, writing generic functions or types, choosing constraints, or picking between type aliases and type definitions. Also use when a user is writing a utility function that could work with multiple types, even if they don't mention generics explicitly. Does not cover interface design without generics (see go-interfaces).
Guide for how to develop Go apps and modules/libraries. Always use this skill when reading or writing Go code.
Apply Go style guide conventions to code
Use when writing or reviewing Go code to ensure idiomatic style, up-to-date language features, and best practices.