mirror of https://github.com/docker/docs.git
Merge pull request #17574 from Microsoft/10662-devicetool
Windows: Fix docker device tool
This commit is contained in:
commit
71db33738d
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
}
|
Loading…
Reference in New Issue