github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/cli/winresources/winresources.go (about)

     1  // Package winresources is used to embed Windows resources into docker.exe.
     2  //
     3  // These resources are used to provide:
     4  // * Version information
     5  // * An icon
     6  // * A Windows manifest declaring Windows version support
     7  //
     8  // The resource object files are generated when building with goversioninfo
     9  // in scripts/build/binary and are located in cmd/khulnasoft/winresources.
    10  // This occurs automatically when you build against Windows OS.
    11  package winresources