mirror of https://github.com/docker/cli.git
9 lines
235 B
Go
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"
|