diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 21:33:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 21:33:00 -0600 |
| commit | 6ce9c29135cd181755e0e76a5ddba98e37ae49d8 (patch) | |
| tree | fa7f80f57ff946c6132f7d784f713774dc749c43 /sortFunc.go | |
| parent | 47a7163ff395e25663b0b65fa4e954a27417b1a7 (diff) | |
lucked out. compiled and ran and worked on the first pass
Diffstat (limited to 'sortFunc.go')
| -rw-r--r-- | sortFunc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sortFunc.go b/sortFunc.go index 869a2ab..2a5af91 100644 --- a/sortFunc.go +++ b/sortFunc.go @@ -127,7 +127,7 @@ func (pf *File) iterSelect(w io.Writer) { fmt.Fprintln(w, "}") } -func (pf *File) appendUnique(w io.Writer) { +func (pf *File) appendUniqueOld(w io.Writer) { var MSG string = pf.Bases.Name var BASE string = pf.Base.Name var LOCK string = pf.Bases.Lockname |
