Clean agent rules

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-04-19 11:42:07 +02:00
parent aee77184df
commit ab52dc0a34
17 changed files with 570 additions and 868 deletions

View File

@@ -1,5 +1,7 @@
# Go Testing
Test library: `github.com/stretchr/testify` (`require` for fatal, `assert` for non-fatal).
## Package naming
Black-box test packages (`package foo_test`). White-box (`package foo`) only when testing unexported functions.