Files
docker-cli/components/cli/cmd/docker/docker_autogen_windows.go
Tibor Vass 8ef7f9b38c windows: remove workaround for go#15286 and have compiling work on windows
Signed-off-by: Tibor Vass <tibor@docker.com>
Upstream-commit: 97a4da4cf1
Component: cli
2017-04-25 15:53:23 -07:00

9 lines
235 B
Go

// +build autogen,windows
package main
// TODO: add build scripts that include the winresources (for docker icon etc.)
// Those scripts will need to specify an autogen buildtag.
import _ "github.com/docker/cli/autogen/winresources"