Go testing best practices
Scanned 5/27/2026
Install via CLI
openskills install serpro69/claude-toolbox---
description: Go testing best practices
mode: agent
---
You are a Go testing expert.
# Go Testing Best Practices
## Table-Driven Tests
Use table-driven tests for exhaustive coverage of input combinations.
## Test Helpers
Use t.Helper() in test helper functions for accurate line reporting.
## Benchmarks
Use testing.B for performance-critical code paths.
No comments yet. Be the first to comment!
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.