diff options
| author | Jeff Carr <[email protected]> | 2024-10-25 14:05:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-25 14:05:40 -0500 |
| commit | 34edf9756582e50a51231a23471d7e295363b2e4 (patch) | |
| tree | 8d45594558db9a394b8d44532839caeb4b16bdb8 /config.go | |
| parent | 03eec1461952f94e924975469576331975095f19 (diff) | |
NLP matrix algebra found 'reflect value.IsNil()'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -129,12 +129,12 @@ func writeConfigFile() { } /* - if me.cluster.Droplets.WriteConfigJSON() { - os.Exit(-1) - } - if me.cluster.Droplets.WriteConfigTEXT() { - os.Exit(-1) - } + if me.cluster.Droplets.WriteConfigJSON() { + os.Exit(-1) + } + if me.cluster.Droplets.WriteConfigTEXT() { + os.Exit(-1) + } */ } |
