github.com/olljanat/moby@v1.13.1/hack/make/.resources-windows/resources.go (about)

     1  /*
     2  
     3  Package winresources is used to embed Windows resources into docker.exe.
     4  These resources are used to provide
     5  
     6      * Version information
     7      * An icon
     8      * A Windows manifest declaring Windows version support
     9  
    10  The resource object files are generated in hack/make/.go-autogen from
    11  source files in hack/make/.resources-windows. This occurs automatically
    12  when you run hack/make.sh.
    13  
    14  These object files are picked up automatically by go build when this package
    15  is included.
    16  
    17  */
    18  package winresources