diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-04 09:16:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-04 09:16:00 +0200 |
| commit | ea201d1f3d32d491b89c06bf90b90536a7dc8678 (patch) | |
| tree | 3f9dd42f74570a389e4db6d8ba0a95fd2112d18b | |
| parent | 288aa24e8bc4f22cb7de5d60789e1d6ec79f7395 (diff) | |
add go best practices
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |
