lib9p

Go 9P library.
Log | Files | Refs

note (250B)


      1 Implement 9P protocol using io/fs.
      2 
      3 This library just exports fs.FS.
      4 Client can make a file server by implementing fs.FS
      5 optionally with additional methods like Write and Create.
      6 Without these additional method, the file system offered
      7 is read only.