diff options
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 |
