Merge pull request #41132 from roidelapluie/bsd

Enable client on netbsd and dragonfly
This commit is contained in:
Tõnis Tiigi 2020-06-20 17:47:40 -07:00 committed by GitHub
commit 33fba35d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"