diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 06:13:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 06:13:42 -0600 |
| commit | 08cd2afd86557f06d6b3f6e006d686fef4c7b2ee (patch) | |
| tree | 5bff830418741290f2e13502e8137fb877a01999 /generateAppend.go | |
| parent | 5b4491f17ba4325ab9783374d4efa7e4aa652a9f (diff) | |
adding help
Diffstat (limited to 'generateAppend.go')
| -rw-r--r-- | generateAppend.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generateAppend.go b/generateAppend.go index cd34a4e..d233bfc 100644 --- a/generateAppend.go +++ b/generateAppend.go @@ -25,6 +25,7 @@ func (msg *MsgName) simpleAppend(w io.Writer, FRUIT, APPLES, APPLE string) { fmt.Fprintln(w, "") } +/* FIX THSE as Import() func (msg *MsgName) appendUnique(w io.Writer, FRUIT, APPLES, APPLE string, COLORS []string) { LOCK := msg.getLockname("x") @@ -66,6 +67,7 @@ func (msg *MsgName) appendUniqueCOLOR(w io.Writer, FRUIT, APPLES, APPLE, COLOR s fmt.Fprintln(w, "}") fmt.Fprintln(w, "") } +*/ // Unique Append. rejects Append() if value is already defined // compares the field 'COLOR' in the STRUCT with VARNAME |
