mirror of
https://github.com/holos-run/holos.git
synced 2026-03-03 03:28:55 +00:00
I'd like to add the kargo-demo repository to Unity to test evalv3, but can't get a handle on the main function to wire up to testscript. This patch fixes the problem by moving the MakeMain function to a public package so the kargo-demo go module can import and call it using the go mod tools technique.