Versions in this module Expand all Collapse all v0 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 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) v0.6.0-rc-1 Oct 22, 2024