mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
13 lines
473 B
Go
13 lines
473 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
|
||
|
// * Events message table
|
||
|
//
|
||
|
// The resource object files are generated when building with go-winres
|
||
|
// in hack/make/.go-autogen and are located in cli/winresources.
|
||
|
// This occurs automatically when you cross build against Windows OS.
|
||
|
package winresources
|