An open API service indexing awesome lists of open source software.

https://github.com/rjkroege/devdraw

Devdraw tools in go
https://github.com/rjkroege/devdraw

Last synced: 7 months ago
JSON representation

Devdraw tools in go

Awesome Lists containing this project

README

          

# TL;DR
A wip `devdraw` protocol interposer for debugging

# Rationale
At some point during the course of developing [rjkroege/edwood: Go version of Plan9 Acme Editor](https://github.com/rjkroege/edwood), I thought that it would be nice to have a new implementation of `devdraw`. This seemed
like a large enough project that I wanted to have some incremental milestones. The first such
milestone was an *interposer* `devdraw` that recorded the `devdraw` protocol to a file while delegating the implementation to the original `devdraw`.

# Status
Sort of works as an interposer. Project is currently on hold.