diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-29 20:26:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-29 20:26:08 +0200 |
| commit | 62e2597f774a5bb315dd7719e73730737f0366b1 (patch) | |
| tree | 8aa9f3cc46e52ec693f99e31d5c64338237b24e7 | |
| parent | 1b8dd0d0fa18e2cb1e4d2f886c88de3f3f09393a (diff) | |
Update
| -rw-r--r-- | snippets/go/go-projects/go-projects.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snippets/go/go-projects/go-projects.md b/snippets/go/go-projects/go-projects.md index d36da21..6af750a 100644 --- a/snippets/go/go-projects/go-projects.md +++ b/snippets/go/go-projects/go-projects.md @@ -23,3 +23,5 @@ * Avoid large functions, split them into smaller, focused helper functions. 50 lines per function max. * Aim for a unit test coverage of 60% * Avoid code duplication where reasonable. + +public-snippets/go/go-projects/go-projects.md |
