I noticed when I had a config file with
[[ Repo ]]
instead of
[[Repo]]
git-mirror just hung and consumed 100% cpu when starting with no message printed to stderr/out. A bit of debugging turned out that the culprit was the toml parser which went into an infinite loop.
Perhaps switch to another toml parser, https://github.com/toml-lang/toml lists several ones for golang.