Optional Dependencies #3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gate optional dependencies behind feature flags for situations where not everything is needed.
Example: using based db functions without a webserver still requires rocket dependency, etc
-> Use feature flags: "web", etc