mirror of
https://github.com/moby/moby.git
synced 2026-01-11 02:31:44 +00:00
13 lines
437 B
Go
13 lines
437 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. This occurs automatically when you cross build
|
|
// against Windows OS.
|
|
package winresources
|