mirror of
https://github.com/samber/cc-skills-golang.git
synced 2026-09-11 19:46:44 +03:00
💄
This commit is contained in:
@@ -420,7 +420,7 @@ Reactive streams with samber/ro. 150+ type-safe operators, cold/hot observables,
|
||||
|
||||
#### `golang-samber-slog`
|
||||
|
||||
Structured logging pipeline with samber/slog-**** packages. Multi-handler routing (slog-multi), sampling, formatting, HTTP middleware, and 20+ backend sinks.
|
||||
Structured logging pipeline with samber/slog-\*\*\*\* packages. Multi-handler routing (slog-multi), sampling, formatting, HTTP middleware, and 20+ backend sinks.
|
||||
|
||||
### Testing
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ Use when: propagating deadlines and cancellation signals, or passing request-sco
|
||||
|
||||
### `samber/cc-skills-golang@golang-data-structures` ⭐️
|
||||
|
||||
Golang data structures internals and usage — slices (capacity growth, append aliasing), maps, channels, sync primitives, container/*, generic collections, and when to use each.
|
||||
Golang data structures internals and usage — slices (capacity growth, append aliasing), maps, channels, sync primitives, container/\*, generic collections, and when to use each.
|
||||
|
||||
Use when: choosing a data structure, understanding slice/map performance characteristics, or using container/list, container/heap, or ring.
|
||||
|
||||
@@ -373,4 +373,3 @@ Use when: the codebase imports `github.com/stretchr/testify`. For test architect
|
||||
### `samber/cc-skills-golang@golang-testing` ⭐️ 🧠 ⚙️
|
||||
|
||||
See "QA & Performance" section above.
|
||||
|
||||
|
||||
@@ -67,9 +67,7 @@ Additional skills to suggest based on codebase context:
|
||||
```markdown
|
||||
## Required Go skills
|
||||
|
||||
The following Go skills from `samber/cc-skills-golang` MUST always be applied
|
||||
when working on this project. Load them at the start of every Go-related task,
|
||||
regardless of whether the user explicitly mentions them.
|
||||
The following Go skills from `samber/cc-skills-golang` MUST always be applied when working on this project. Load them at the start of every Go-related task, regardless of whether the user explicitly mentions them.
|
||||
|
||||
- `samber/cc-skills-golang@golang-error-handling`
|
||||
- `samber/cc-skills-golang@golang-security`
|
||||
|
||||
Reference in New Issue
Block a user