rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Make OffsetTuple a public type #435

Closed rjkroege closed 2 years ago

rjkroege commented 2 years ago

OffsetTuple is a generally useful type in taking advantage of file.Buffer so make its fields public.

codecov[bot] commented 2 years ago

Codecov Report

Merging #435 (af92020) into master (4a5ab29) will not change coverage. The diff coverage is 72.22%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #435   +/-   ##
=======================================
  Coverage   56.95%   56.95%           
=======================================
  Files          54       54           
  Lines       10589    10589           
=======================================
  Hits         6031     6031           
  Misses       4131     4131           
  Partials      427      427           
Impacted Files Coverage Δ
file/offset_tuple.go 0.00% <0.00%> (ø)
file/buffer_adapter.go 92.18% <75.00%> (ø)
file/buffer.go 86.72% <76.92%> (ø)

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 4a5ab29...af92020. Read the comment docs.