lionkov / go9p

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

Add methods to encapsulate 9p magic surrounding Wstat. #37

Closed edahlgren closed 9 years ago

edahlgren commented 9 years ago

This 9p library provides nice, encapsulated methods around different file operations on both the client and server side. The protocol is nicely encapsulated. Continue to do this by hiding the strange magic of 9p "don't touch" values for Wstat requests.