summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-25 14:05:40 -0500
committerJeff Carr <[email protected]>2024-10-25 14:05:40 -0500
commit34edf9756582e50a51231a23471d7e295363b2e4 (patch)
tree8d45594558db9a394b8d44532839caeb4b16bdb8 /config.go
parent03eec1461952f94e924975469576331975095f19 (diff)
NLP matrix algebra found 'reflect value.IsNil()'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'config.go')
-rw-r--r--config.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.go b/config.go
index dbcbdf1..bbc3579 100644
--- a/config.go
+++ b/config.go
@@ -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)
+ }
*/
}