diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 16:46:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 16:46:39 -0500 |
| commit | 3b64d342d290d1bea1a8f6edee11fa35997a79c5 (patch) | |
| tree | f47aab46fe4fac665591548e92894cec09b5a441 /main.go | |
| parent | 91d2a8a19de8455fad8c76b57095ea0f7869f1d4 (diff) | |
compiles and runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,8 +29,10 @@ func main() { log.DaemonMode(true) } + readConfigFile() readDropletFile("droplets") readHypervisorFile("hypervisor") + writeConfigFile() // initialize the grid as unstable me.unstable = time.Now() |
