1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

pkg/term add build tag for netbsd

Signed-off-by: Alexandre Jomin <alexandrejomin@gmail.com>
This commit is contained in:
Alexandre Jomin 2018-04-18 15:16:06 +02:00
parent 4923f8cc63
commit 0d82bc142c

View file

@ -1,4 +1,4 @@
// +build darwin freebsd openbsd
// +build darwin freebsd openbsd netbsd
package term // import "github.com/docker/docker/pkg/term"