Windows: Fix docker device tool
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
4468e1e74e
commit
96b45e9216
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
4
contrib/docker-device-tool/device_tool_windows.go
Normal file
4
contrib/docker-device-tool/device_tool_windows.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
}
|
Loading…
Reference in a new issue