Windows: Fix docker device tool

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 96b45e9216252863f1a4c89218877e8354030aba
Component: engine
This commit is contained in:
John Howard
2015-10-31 11:32:37 -07:00
parent 6675fcdd7e
commit 65fd5ee0c9
2 changed files with 6 additions and 0 deletions
@@ -1,3 +1,5 @@
// +build !windows
package main
import (
@@ -0,0 +1,4 @@
package main
func main() {
}