mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f2498e21c4
the files used by the docker cli were moved to the docker/cli repository, so are no longer needed here. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
18 lines
500 B
Go
18 lines
500 B
Go
/*
|
|
|
|
Package winresources is used to embed Windows resources into dockerd.exe.
|
|
These resources are used to provide
|
|
|
|
* Version information
|
|
* An icon
|
|
* A Windows manifest declaring Windows version support
|
|
|
|
The resource object files are generated in hack/make/.go-autogen from
|
|
source files in hack/make/.resources-windows. This occurs automatically
|
|
when you run hack/make.sh.
|
|
|
|
These object files are picked up automatically by go build when this package
|
|
is included.
|
|
|
|
*/
|
|
package winresources
|