diff options
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 |
