mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
7 lines
375 B
Markdown
7 lines
375 B
Markdown
|
|
---
|
||
|
|
name: go-naming
|
||
|
|
description: Go naming conventions and best practices. Use this skill when working with Go code and need to name packages, files, directories, structs, interfaces, functions, variables, or constants. Provides comprehensive naming guidelines following Go community standards.
|
||
|
|
---
|
||
|
|
|
||
|
|
Strictly follow the naming conventions in [rules/named.md](rules/named.md)
|