rjkroege / edwood

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

Golang win #488

Closed paul-lalonde closed 1 year ago

paul-lalonde commented 1 year ago

A win written in Go. This is a step to getting win working on Windows. This will require a windows port of the pty package we're using.

codecov[bot] commented 1 year ago

Codecov Report

Merging #488 (6011cd2) into master (a73e1fe) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 6011cd2 differs from pull request most recent head 506443a. Consider uploading reports for the commit 506443a to get more accurate results

@@           Coverage Diff           @@
##           master     #488   +/-   ##
=======================================
  Coverage   58.48%   58.48%           
=======================================
  Files          54       54           
  Lines       10761    10761           
=======================================
  Hits         6294     6294           
  Misses       4032     4032           
  Partials      435      435           
rjkroege commented 1 year ago

This is awesome!