From bbf1edae4f5df9219a008fd67bb8c4f1cabee68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Wegm=C3=BCller?= Date: Wed, 20 Nov 2019 23:08:42 +0100 Subject: [PATCH] Allow client consumers like traefik to compile on illumos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Till Wegmüller --- client/client_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_unix.go b/client/client_unix.go index 3d24470ba3..23c2e1e344 100644 --- a/client/client_unix.go +++ b/client/client_unix.go @@ -1,4 +1,4 @@ -// +build linux freebsd openbsd darwin +// +build linux freebsd openbsd darwin solaris illumos package client // import "github.com/docker/docker/client"