moby--moby/internal
Sebastiaan van Stijn e6c0d19c3a
client: define "Opt" type
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>
2019-04-10 01:23:45 +02:00
..
procfs Add a way to get a pid of a process 2018-07-26 11:17:46 -07:00
test client: define "Opt" type 2019-04-10 01:23:45 +02:00
testutil Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00