From a8a469ed3108437da157b59ed3fb774060ae0b17 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 17 Mar 2026 21:49:15 -0700 Subject: [PATCH] fix: update last_modified date in CODE_STYLEGUIDE_GO.md --- prompts/CODE_STYLEGUIDE_GO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/CODE_STYLEGUIDE_GO.md b/prompts/CODE_STYLEGUIDE_GO.md index 6794ed5..043e8f1 100644 --- a/prompts/CODE_STYLEGUIDE_GO.md +++ b/prompts/CODE_STYLEGUIDE_GO.md @@ -1,6 +1,6 @@ --- title: Code Styleguide — Go -last_modified: 2026-02-22 +last_modified: 2026-03-18 --- 1. Try to hard wrap long lines at 77 characters or less.