From ea201d1f3d32d491b89c06bf90b90536a7dc8678 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 4 Feb 2026 09:16:00 +0200 Subject: add go best practices --- AGENTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 5614e44..2f54cd2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,6 +36,10 @@ mage clean ./tasksamurai --disco ``` +## Coding best practices + +Follow the coding best practices for Go projects as per ~/git/conf/snippets/go/go-projects/gogios.md + ## Architecture ### Core Components @@ -102,4 +106,4 @@ go test ./internal/ui/ 5. **Configuration**: User preferences like browser command and debug logging are passed via command-line flags, not configuration files. -6. **Hotkeys**: Extensive hotkey system defined in `internal/ui/input.go`. See README.md for complete reference. \ No newline at end of file +6. **Hotkeys**: Extensive hotkey system defined in `internal/ui/input.go`. See README.md for complete reference. -- cgit v1.2.3