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

Merge pull request #17787 from Microsoft/jjh/execdriverutils

Don't build utils on Windows
This commit is contained in:
Antonio Murdaca 2015-11-07 21:27:32 +01:00
commit 98054a8b5c

View file

@ -1,3 +1,5 @@
// +build !windows
package execdriver
import (