resources.go 499 B

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