github.com/itscaro/cli@v0.0.0-20190705081621-c9db0fe93829/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 with go generate.
     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
    17  
    18  //go:generate ../../scripts/gen/windows-resources