summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-04 09:16:00 +0200
committerPaul Buetow <paul@buetow.org>2026-02-04 09:16:00 +0200
commitea201d1f3d32d491b89c06bf90b90536a7dc8678 (patch)
tree3f9dd42f74570a389e4db6d8ba0a95fd2112d18b
parent288aa24e8bc4f22cb7de5d60789e1d6ec79f7395 (diff)
add go best practices
-rw-r--r--AGENTS.md6
1 files changed, 5 insertions, 1 deletions
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.