瀏覽代碼

Merge pull request #41132 from roidelapluie/bsd

Enable client on netbsd and dragonfly
Tõnis Tiigi 5 年之前
父節點
當前提交
33fba35d42
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"