gin icon indicating copy to clipboard operation
gin copied to clipboard

Replace bytes.Buffer with strings.Builder where appropriate

Open hopehook opened this issue 2 years ago • 2 comments

To build strings more efficiently, use strings.Builder instead.

hopehook avatar Oct 03 '22 05:10 hopehook

please rebase the master branch.

appleboy avatar Oct 16 '22 01:10 appleboy

Codecov Report

Merging #3347 (8489cb2) into master (33ab0fc) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3347   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          42       42           
  Lines        3127     3127           
=======================================
  Hits         3073     3073           
  Misses         40       40           
  Partials       14       14           
Flag Coverage Δ
98.27% <ø> (ø)
go-1.16 ∅ <ø> (?)
go-1.17 98.17% <ø> (ø)
go-1.18 98.17% <ø> (ø)
go-1.19 98.27% <ø> (ø)
macos-latest 98.27% <ø> (ø)
ubuntu-latest 98.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Oct 16 '22 02:10 codecov[bot]