e6c0d19c3a
Minor improvement, but makes defining a list of options a bit cleaner, and more descriptive; Before: opts := make([]func(*client.Client) error, 0) After: opts := make([]client.Opt, 0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
procfs | ||
test | ||
testutil |