Harvey-OS / ninep

Package for implementing clients and servers of the 9P and 9P2000 distributed resource protocols in Go.
Other
39 stars 19 forks source link

Make the debug service more general to allow debugging of other servers #39

Open sirnewton01 opened 6 years ago

sirnewton01 commented 6 years ago

I am making my own file server using this library and found that the debugging was useful for implementing it. The existing filesystem debug server was relatively easy to abstract.