github.com/xeptore/docker-cli@v20.10.14+incompatible/cli/winresources/res_windows.go (about)

     1  /*Package winresources is used to embed Windows resources into docker.exe.
     2  These resources are used to provide
     3  
     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 scripts/build/binary .
     9  The resource source files are located in scripts/winresources.
    10  This occurs automatically when you run scripts/build/windows.
    11  
    12  These object files are picked up automatically by go build when this package
    13  is included.
    14  
    15  */
    16  package winresources