droyo / styx

Go library for the 9P filesystem protocol
MIT License
64 stars 18 forks source link

Abstract back slightly so we can use this on non-plan9 systems as well #21

Closed halfwit closed 4 years ago

halfwit commented 4 years ago

This won't change drastically from the previous usage; simply send in an fd from /mnt/factotum/rpc instead of creating one internally. @majiru any comments?

halfwit commented 4 years ago

On second thought, this should be sent in something which returns a new rwc. Going to close this and revisit the approach.