module
0.0.0-20241126162219-e91a9a7b5d33
Repository: https://github.com/rogpeppe/rog-go.git
Documentation: pkg.go.dev
# Packages
The deepdiff package implements a version of reflect.DeepEquals that also returns an error message describing the first difference found.
No description provided by the author
The fakenet package provides a way to turn a regular io.ReadWriter into a net.Conn, including support for timeouts.
No description provided by the author
No description provided by the author
The netchanrpc package makes it possible to run an RPC service over netchan.
The ncrpc package layers client-server and server-client RPC interfaces on top of netchan.
The parallel package provides a way of running functions concurrently while limiting the maximum number running at once.
No description provided by the author
No description provided by the author
The values package provides multiple-writer, multiple-listener access to changing values.