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

Merge pull request #17574 from Microsoft/10662-devicetool

Windows: Fix docker device tool
This commit is contained in:
Antonio Murdaca 2015-11-05 13:05:28 +01:00
commit 71db33738d
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -0,0 +1,4 @@
package main
func main() {
}