diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 23:46:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 23:46:51 -0500 |
| commit | f3fa28a0a093c3e22ecacac914854523545d94f3 (patch) | |
| tree | 8636b15f76766c3acffc8ca251d61ec57d914007 /argv.print.go | |
| parent | bca3f42ae8ddf7e56c93a143b915a8dc9f3326f4 (diff) | |
just make PB global until argv is worked out
Diffstat (limited to 'argv.print.go')
| -rw-r--r-- | argv.print.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.print.go b/argv.print.go index 49b1089..ed9edc2 100644 --- a/argv.print.go +++ b/argv.print.go @@ -20,7 +20,7 @@ func (pb *Argv) debugf(fmts string, parts ...any) { func debugf(fmts string, parts ...any) { fmts = strings.TrimSpace(fmts) fmts += "\n" - // me.pb.Stderr += fmt.Sprintf(fmts, parts...) + // PB.Stderr += fmt.Sprintf(fmts, parts...) fmt.Fprintf(Stddbg, fmts, parts...) } |
