Windows: Fix docker device tool

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-10-31 11:32:37 -07:00
parent 4468e1e74e
commit 96b45e9216
2 changed files with 6 additions and 0 deletions

View file

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

View file

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