File PACKAGING_README.md of Package k3d
# Packaging k3d k3d is using the go workspace feature. This leads to failures during `osc service manualrun`. This can be worked around by setting `GOWORK=off` before running the `osc service manualrun` command: ```bash export GOWORK=off ```