Tree


.gitignorecommits | blame
.travis.ymlcommits | blame
CONTRIBUTING.mdcommits | blame
LICENSEcommits | blame
MAINTAINERScommits | 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
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 [![GoDoc](https://godoc.org/github.com/docker/go-p9p?status.svg)](https://godoc.org/github.com/docker/go-p9p) [![Apache licensed](https://img.shields.io/badge/license-Apache-blue.svg)](https://raw.githubusercontent.com/docker/go-p9p/master/LICENSE) [![CircleCI](https://circleci.com/gh/docker/go-p9p.svg?style=shield)](https://circleci.com/gh/docker/go-p9p) [![TravisCI](https://travis-ci.org/docker/go-p9p.svg?branch=master)](https://travis-ci.org/docker/go-p9p) [![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-p9p)](https://goreportcard.com/report/github.com/docker/go-p9p) [![Badge Badge](http://doyouevenbadge.com/github.com/docker/go-p9p)](http://doyouevenbadge.com/report/github.com/docker/go-p9p)


A modern, performant 9P library for Go.

For information on usage, please see the [GoDoc](https://godoc.org/github.com/docker/go-p9p).

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

## Copyright and license

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