Skip to content

Random refactors to use strings.Cut

James Fargher requested to merge jf_cut_random into master

Since Cut was introduced in go 1.18 these Index then slice operations can typically be made just as efficient and much more readable.

Merge request reports