mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
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
This commit is contained in:
parent
a3b5d25933
commit
5eb40c9e7b
307 changed files with 1649 additions and 2555 deletions
|
|
@ -1,7 +1,5 @@
|
|||
// ================================================================
|
||||
// Support for Miller regression testing. Originally bash scripts; ported to Go
|
||||
// for ease of Windows-native testing.
|
||||
// ================================================================
|
||||
|
||||
package terminals
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue