2 Commits

Author SHA1 Message Date
sauran
e20b67fe24
Enhance Go development instructions with additional best practices an… (#271)
* Enhance Go development instructions with additional best practices and guidelines

* node update-readme.js

* Enhance Go development instructions with additional clarity on self-documenting code and comment practices

* Enhance package declaration guidelines in Go instructions to prevent duplicate declarations and ensure proper naming conventions

* Update WaitGroup usage instructions for Go 1.25 to include new Go method syntax

* Enhance Go development instructions by emphasizing the use of early return patterns to improve code clarity
2025-10-01 11:58:17 +10:00
Salih İbrahimbaş
4ab31cdc31
Feat/golang instructions (#38)
* feat:  Add comprehensive Go development instructions

- Introduced a detailed guide for writing Go code adhering to idiomatic practices.
- Covers general instructions, naming conventions, code style, error handling, and security best practices.
- References established resources like Effective Go and Google's Go Style Guide.

* feat:  Add Go development instructions

- Introduced guidelines for writing Go code that adhere to idiomatic Go practices and community standards.
2025-07-04 09:16:49 +10:00