Selaa lähdekoodia

Merge pull request #41132 from roidelapluie/bsd

Enable client on netbsd and dragonfly
Tõnis Tiigi 5 vuotta sitten
vanhempi
commit
33fba35d42
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"