Files
moby/cmd/dockerd/winresources/winresources.go
2025-06-26 15:56:23 +02:00

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