Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
9p2000 library for go

f9d3347 walk: Rerror when first element cannot be walked

~moody pushed to ~moody/ninep git

1 year, 2 months ago

d394458 Rework api

~moody pushed to ~moody/ninep git

3 years ago

Go Reference

Ninep is a go library for writing 9p2000 servers. It is heavily influenced by the design of the plan9 lib9p C library. The go.dev link has some examples and more specific details for library usage.

It is reccomended to have some familiarity with 9p itself. The best resource to learn what the server is responsible for is reading through section 5 of the manual.