# neinp [![GoDoc](https://godoc.org/github.com/rbns/neinp?status.svg)](https://godoc.org/github.com/rbns/neinp) ## about neinp is a toolkit to implement 9p servers. ## installation go get github.com/rbns/neinp ## usage a example of how to use this can be found here: https://github.com/rbns/rssfs furthermore, the documentation of this package should cover most things. additional information about the 9p protocol can be found in the plan9 manual (should be available online at [cat-v.org](http://man.cat-v.org/plan_9/5/) for example).