diff options
| author | 2026-03-06 12:01:14 +0800 | |
|---|---|---|
| committer | 2026-03-06 12:01:14 +0800 | |
| commit | a7df501aff793dcd55168b7440fb531d40bd75c0 (patch) | |
| tree | e48a04d3634a8fbe77638547e675786de86e46de /internal/iolimit/doc.go | |
| parent | format/commitgraph: Add package-level doc comments (diff) | |
| signature | No signature | |
internal/iolimit: Add CappedCaptureWriter
Diffstat (limited to 'internal/iolimit/doc.go')
| -rw-r--r-- | internal/iolimit/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/iolimit/doc.go b/internal/iolimit/doc.go new file mode 100644 index 00000000..b3e81ce2 --- /dev/null +++ b/internal/iolimit/doc.go @@ -0,0 +1,5 @@ +// Package iolimit provides small internal I/O wrappers with bounded behavior. +// +// It includes helpers for both readers and writers that enforce configured +// limits (length checks, capped capture, etc.). +package iolimit |
