spells

module
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2026 License: MIT

README

spells

GoDoc Go Report Card

Small and (hopefully) useful set of Go functions. The idea is to extend what we can't find on Go's stdlib with the simplest approach possible.

Directories

Path Synopsis
Package errutil implements some useful extensions to the stdlib Go errors package, in the same spirit of packages like ioutil/httputil.
Package errutil implements some useful extensions to the stdlib Go errors package, in the same spirit of packages like ioutil/httputil.
io
Package iotest implements io Read/Writers that are useful for testing.
Package iotest implements io Read/Writers that are useful for testing.
Package muxer provides functions that helps you implement the fan-in of concurrent operations by providing a way to coalesce the sink of multiple channels on just one.
Package muxer provides functions that helps you implement the fan-in of concurrent operations by providing a way to coalesce the sink of multiple channels on just one.
Package semaphore provides a simple implementation of a semaphore (hence the name, duh).
Package semaphore provides a simple implementation of a semaphore (hence the name, duh).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL