rjkroege / edwood

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

fs_plan9.go: plan9.MREPL -> MREPL #359

Closed rminnich closed 3 years ago

rminnich commented 3 years ago

plan9.MREPL was only used once, but that usage broke plan9 compilation.

While we're at it, run goimports.

Fixes plan9 builds.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #359 (0f6aeb9) into master (bf532de) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   51.87%   51.87%           
=======================================
  Files          52       52           
  Lines       10502    10502           
=======================================
  Hits         5448     5448           
  Misses       4625     4625           
  Partials      429      429           
Impacted Files Coverage Δ
dat.go 100.00% <ø> (ø)

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 bf532de...0f6aeb9. Read the comment docs.