Browse code

Enable client on netbsd and dragonfly

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>

Julien Pivotto authored on 2020/06/20 07:52:51
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-// +build linux freebsd openbsd darwin solaris illumos
1
+// +build linux freebsd openbsd netbsd darwin solaris illumos dragonfly
2 2
 
3 3
 package client // import "github.com/docker/docker/client"
4 4