github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/engine/hack/make/.resources-windows/resources.go (about)

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