From fd500573b0017d37d6628a6b21b77c28157d7be8 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 28 May 2026 16:13:38 +0200 Subject: [PATCH] :lipstick: --- README.md | 2 +- skills/golang-how-to/references/by-category.md | 3 +-- skills/golang-how-to/references/project-config.md | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0fb8331..740f2b9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/skills/golang-how-to/references/by-category.md b/skills/golang-how-to/references/by-category.md index cf55370..0ef4354 100644 --- a/skills/golang-how-to/references/by-category.md +++ b/skills/golang-how-to/references/by-category.md @@ -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. - diff --git a/skills/golang-how-to/references/project-config.md b/skills/golang-how-to/references/project-config.md index d5d6420..a6619a4 100644 --- a/skills/golang-how-to/references/project-config.md +++ b/skills/golang-how-to/references/project-config.md @@ -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`