Tree


.gitignorecommits | blame
.travis.ymlcommits | blame
CONTRIBUTING.mdcommits | blame
LICENSEcommits | blame
README.mdcommits | blame
channel.gocommits | blame
channel_test.gocommits | blame
client.gocommits | blame
cmd/
context.gocommits | blame
dispatcher.gocommits | blame
doc.gocommits | blame
encoding.gocommits | blame
encoding_test.gocommits | blame
errors.gocommits | blame
fcall.gocommits | blame
go.modcommits | blame
go.sumcommits | blame
logging.gocommits | blame
messages.gocommits | blame
overflow.gocommits | blame
readdir.gocommits | blame
server.gocommits | blame
session.gocommits | blame
transport.gocommits | blame
types.gocommits | blame
ufs/
version.gocommits | blame

README.md

# p9p [![godocs.io](https://godocs.io/git.omarpolo.com/go-p9p?status.svg)](https://godocs.io/git.omarpolo.com/go-p9p)

A modern, performant 9P library for Go.

For information on usage, please see the
[GoDoc](https://godocs.io/git.omarpolo.com/go-p9p).

Refer to [9P's documentation](http://9p.cat-v.org/documentation)
for more details on the protocol.

## Copyright and license

This library was forked from [docker-archive/go-p9p][docker-go-p9p]
and contains further improvements.

[docker-go-p9p]: https://github.com/docker-archive/go-p9p

Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache
License, Version 2.0. See [LICENSE](LICENSE) for the full license
text.