engine, lang, lib: Re-order for consistency

Some small cleanups to make room for future patches.
This commit is contained in:
James Shubin
2023-12-01 14:44:00 -05:00
parent 984fb702e5
commit 7991b4ab25
5 changed files with 14 additions and 12 deletions

View File

@@ -492,9 +492,9 @@ func (obj *Main) Run() error {
Program: obj.Program,
Version: obj.Version,
Hostname: hostname,
Converger: converger,
World: world,
Prefix: fmt.Sprintf("%s/", path.Join(prefix, "engine")),
Converger: converger,
//Prometheus: prom, // TODO: implement this via a general Status API
Debug: obj.Flags.Debug,
Logf: func(format string, v ...interface{}) {