miller/pkg/platform
John Kerl 5eb40c9e7b
Multiple style updates (#1974)
* Comment style

* IRecordTransformer -> RecordTransfomer

* make fmt

* else-return style mod

* snake-case -> camel-case

* Remove redundant err = nil and similar zero-value initializations.

* redundant break;

* bugfix

* neaten

* typofix

* simplify/standardize init of zero-length slices

* Standardize fmt.Fprintf w/ errors

* fix double print of "mlr:"

* neatening

* Uniformize error messages

* make docs

* avoid shadowing package names

* shorten some receiver names
2026-02-16 15:49:21 -05:00
..
diff_notwindows.go Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
diff_windows.go Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
doc.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
getargs_notwindows.go Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
getargs_windows.go Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
shellrun_notwindows.go Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
shellrun_windows.go Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
terminal_notwindows.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
terminal_windows.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00

This is Miller's platform-dependent code -- as of April 2021, all Windows vs not-Windows.