mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| arithmetic.go | ||
| arithmetic_test.go | ||
| base.go | ||
| bits.go | ||
| bits_test.go | ||
| booleans.go | ||
| cmp.go | ||
| collections.go | ||
| collections_test.go | ||
| datetime.go | ||
| hashing.go | ||
| hashing_test.go | ||
| mathlib.go | ||
| percentiles.go | ||
| random.go | ||
| regex.go | ||
| relative_time.go | ||
| stats.go | ||
| stats_test.go | ||
| strings.go | ||
| system.go | ||
| types.go | ||