argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.12k stars 3.21k forks source link

Deprecated - Static files embed library #11654

Open sonbui00 opened 1 year ago

sonbui00 commented 1 year ago

Summary

From https://github.com/argoproj/argo-workflows/pull/11644 , lib for embed static files https://github.com/bouk/staticfiles is deprecated now. It should be replaced with Go standard library

Use Cases


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

agilgur5 commented 1 year ago

As an example for anyone looking to take this on, Argo CD has a tiny embed.go file in the ui/ directory with the new go:embed directive