diff options
| author | 2026-06-08 09:58:26 +0000 | |
|---|---|---|
| committer | 2026-06-08 09:58:26 +0000 | |
| commit | 71f44dca0b6210fa501e9d8450ee3d7bf5f73347 (patch) | |
| tree | af6af234e9f12d8aa71e59ffb77ae06635df289b /internal/iolimit/doc.go | |
| parent | REFATOR: object and object/fetch are done (diff) | |
internal/iolimit: Add
Might move this to lgo sometime
Diffstat (limited to 'internal/iolimit/doc.go')
| -rw-r--r-- | internal/iolimit/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/iolimit/doc.go b/internal/iolimit/doc.go new file mode 100644 index 00000000..5eb72b2b --- /dev/null +++ b/internal/iolimit/doc.go @@ -0,0 +1,6 @@ +// 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 |
