mattn / go-runewidth

wcwidth for golang
MIT License
609 stars 94 forks source link

Bump github.com/rivo/uniseg to v0.2.0 #51

Closed tklauser closed 3 years ago

tklauser commented 3 years ago

This speed up and reduces the memory footprint of uniseg.NewGraphemes, see https://github.com/rivo/uniseg@75711fccf6

codecov-commenter commented 3 years ago

Codecov Report

Merging #51 (9340d09) into master (43a826d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          142       142           
=========================================
  Hits           142       142           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 43a826d...9340d09. Read the comment docs.

mattn commented 3 years ago

Thank you