mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
* Switch to integer ranges in for loops Signed-off-by: Stephen Kitt <steve@sk2.org> * Switch to slices functions where appropriate A number of utility functions can be replaced outright; since Miller can technically be used as a library, these are deprecated rather than removed. go:fix directives ensure that they can be replaced automatically. Signed-off-by: Stephen Kitt <steve@sk2.org> * Switch to reflect.TypeFor This is slightly more efficient than TypeOf when the type is known at compile time. Signed-off-by: Stephen Kitt <steve@sk2.org> * Switch to strings.SplitSeq instead of strings.Split SplitSeq results in fewer allocations. Signed-off-by: Stephen Kitt <steve@sk2.org> * Drop obsolete build directives Signed-off-by: Stephen Kitt <steve@sk2.org> * Use min/max instead of explicit comparisons Signed-off-by: Stephen Kitt <steve@sk2.org> * Append slices instead of looping Signed-off-by: Stephen Kitt <steve@sk2.org> --------- Signed-off-by: Stephen Kitt <steve@sk2.org> |
||
|---|---|---|
| .. | ||
| mlrmap.go | ||
| mlrmap_accessors.go | ||
| mlrmap_accessors_test.go | ||
| mlrmap_flatten_unflatten.go | ||
| mlrmap_json.go | ||
| mlrmap_new_test.go | ||
| mlrmap_print.go | ||
| mlrval_accessors.go | ||
| mlrval_benchmark_test.go | ||
| mlrval_cmp.go | ||
| mlrval_cmp_test.go | ||
| mlrval_collections.go | ||
| mlrval_constants.go | ||
| mlrval_copy.go | ||
| mlrval_format.go | ||
| mlrval_format_test.go | ||
| mlrval_get.go | ||
| mlrval_get_test.go | ||
| mlrval_infer.go | ||
| mlrval_infer_test.go | ||
| mlrval_is.go | ||
| mlrval_is_test.go | ||
| mlrval_json.go | ||
| mlrval_new.go | ||
| mlrval_new_test.go | ||
| mlrval_output.go | ||
| mlrval_output_test.go | ||
| mlrval_sort.go | ||
| mlrval_sort_test.go | ||
| mlrval_type.go | ||
| mlrval_type_test.go | ||
| mlrval_yaml.go | ||
| mlrval_yaml_test.go | ||