package
1.0.6
Repository: https://github.com/exascience/elprep.git
Documentation: pkg.go.dev

# Functions

BoolHash returns a hash value for the given boolean value.
Directory returns a slice of filenames.
FullPathname returns the given filename if it is absolute.
ReleaseByteBuffer returns the given slice of bytes to the internal sync.Pool from which ReserveByteBuffer can fetch it again.
ReserveByteBuffer uses a sync.Pool to either reuse or make a slice of bytes of length 0, but of capacity potentially larger than 0.
StringHash returns a hash value for the given string value.