diff options
| author | Jeff Carr <[email protected]> | 2025-07-21 22:25:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-21 22:25:15 -0500 |
| commit | 8e8d9e9a692e78c0a4b014fab048a2ee86caf855 (patch) | |
| tree | 38811d53125120aac63103da377b68c5175f6547 /init.go | |
| parent | b6a7af773d3216346d08d23b3d960d5c01048d9b (diff) | |
return a map of the repos & errors
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -145,6 +145,10 @@ func (f *Forge) InitPB() { f.forgeURL = os.Getenv("FORGE_URL") log.Info("got forge url", f.forgeURL) } + + // todo: play with these / determine good values based on user's machine + f.rillX = 10 + f.rillY = 20 } func (f *Forge) InitMachine() { |
