github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/cli/winresources/docker-proxy/winresources.go (about) 1 // Package winresources is used to embed Windows resources into docker-proxy.exe. 2 // 3 // These resources are used to provide: 4 // * Version information 5 // * An icon 6 // * A Windows manifest declaring Windows version support 7 // * Events message table 8 // 9 // The resource object files are generated when building with go-winres 10 // in hack/make/.go-autogen and are located in cli/winresources. 11 // This occurs automatically when you cross build against Windows OS. 12 package winresources