Versions in this module Expand all Collapse all v0 v0.9.0 Feb 21, 2025 v0.8.3 Feb 17, 2025 v0.8.2 Feb 5, 2025 v0.8.1 Dec 20, 2024 v0.8.0 Dec 19, 2024 v0.7.1 Dec 12, 2024 v0.7.1-rc-1 Dec 12, 2024 v0.7.0 Dec 5, 2024 v0.6.6 Nov 18, 2024 v0.6.5 Nov 12, 2024 v0.6.3 Nov 9, 2024 v0.6.1 Nov 2, 2024 v0.6.0 Oct 22, 2024 v0.6.0-rc-1 Oct 22, 2024 v0.0.1337 Dec 20, 2024 Changes in this version + func EnsureDirAndMaxPerms(path string, perms os.FileMode) error + type ByteSize int64 + const GB + const KB + const MB + const PB + const TB + func (b *ByteSize) UnmarshalText(text []byte) error + func (b ByteSize) String() string + type Pool struct + func NewBytesPool(size int, maxSize int) *Pool[[]byte] + func NewPool[T any](newF func() T, reset func(T) T, valid func(T) bool) *Pool[T] + func (p *Pool[T]) Get() T + func (p *Pool[T]) Put(x T)