Browse Source

Enable client on netbsd and dragonfly

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Julien Pivotto 5 years ago
parent
commit
87a7fc1ced
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/client_unix.go

+ 1 - 1
client/client_unix.go

@@ -1,4 +1,4 @@
-// +build linux freebsd openbsd darwin solaris illumos
+// +build linux freebsd openbsd netbsd darwin solaris illumos dragonfly
 
 
 package client // import "github.com/docker/docker/client"
 package client // import "github.com/docker/docker/client"